Html Css Color HEX #CC77D6 Orchid

📋 copy color: '#CC77D6'

red 204 ◦ green 119 ◦ blue 214

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

Shades of Orchid #CC77D6

Tints of Orchid #CC77D6

RGB

 RED value IS 204 (80.08% from 255) = 37.99%

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

 BLUE value IS 214 (83.98% from 255) = 39.85%

R = 37.99%
G = 22.16%
B = 39.85%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC77D6 (or 0xCC77D6) is known color: Orchid. HEX triplet: CC, 77 and D6. RGB value is (204,119,214). Sum of RGB (Red+Green+Blue) = 204+119+214=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC77D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77D6 is #338829. Grayscale: #9A9A9A. Windows color (decimal): -3377194 or 14055372. OLE color: 14055372.

HSL color Cylindrical-coordinate representation of color #CC77D6: hue angle of 293.68º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC77D6 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 119 214 -
CMYK 0.05 0.44 0 0.16
HSL 293.68º 0.54% 0.65% -
HSV(B) 293.68º 0.44% 0.84% -
XYZ 43.64 30.89 67.28 -
YUV 155.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 204 119 214 0.05 0.44 0 0.16 293.68 0.54 0.65
Hex CC 77 D6 5 2C 0 10 126 36 41
Octal 314 167 326 5 54 0 20 446 66 101
Binary 11001100 1110111 11010110 101 101100 0 10000 100100110 110110 1000001

Color Harmonies of #CC77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77D6

Black with #CC77D6

Text Example


Text Example

White with #CC77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77D6; }

 p { color: rgb(204,119,214); }

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

background-color css

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

 a { background-color: rgb(204,119,214); }

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

border-color css

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

 span { border-color: rgb(204,119,214); }

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