Html Css Color HEX #CD77E5 Orchid

📋 copy color: '#CD77E5'

red 205 ◦ green 119 ◦ blue 229

#CD77E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CD77E5

Tints of Orchid #CD77E5

RGB

 RED value IS 205 (80.47% from 255) = 37.07%

 GREEN value IS 119 (46.88% from 255) = 21.52%

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 37.07%
G = 21.52%
B = 41.41%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD77E5 (or 0xCD77E5) is known color: Orchid. HEX triplet: CD, 77 and E5. RGB value is (205,119,229). Sum of RGB (Red+Green+Blue) = 205+119+229=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77E5 is #32881A. Grayscale: #9C9C9C. Windows color (decimal): -3311643 or 15038413. OLE color: 15038413.

HSL color Cylindrical-coordinate representation of color #CD77E5: hue angle of 286.91º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD77E5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 119 229 -
CMYK 0.10 0.48 0 0.10
HSL 286.91º 0.68% 0.68% -
HSV(B) 286.91º 0.48% 0.9% -
XYZ 45.92 31.83 77.85 -
YUV 157.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 205 119 229 0.10 0.48 0 0.10 286.91 0.68 0.68
Hex CD 77 E5 A 30 0 A 11F 44 44
Octal 315 167 345 12 60 0 12 437 104 104
Binary 11001101 1110111 11100101 1010 110000 0 1010 100011111 1000100 1000100

Color Harmonies of #CD77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77E5

Black with #CD77E5

Text Example


Text Example

White with #CD77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77E5; }

 p { color: rgb(205,119,229); }

 H1.HeaderClassName
 {
   color: #CD77E5;
 }
 .AnyTagClassName
 {
   color: #CD77E5;
 }
</style>

background-color css

<style>
 a { background-color: #CD77E5; }

 a { background-color: rgb(205,119,229); }

 div.DivClassName
 {
   background-color: #CD77E5;
 }
 .BgClassName
 {
   background-color: #CD77E5;
 }
</style>

border-color css

<style>
 span { border-color: #CD77E5; }

 span { border-color: rgb(205,119,229); }

 td.TdClassName
 {
   border-color: #CD77E5;
 }
 .TagClassName
 {
   border-color: #CD77E5;
 }
</style>