Html Css Color HEX #CC81D8 Orchid

📋 copy color: '#CC81D8'

red 204 ◦ green 129 ◦ blue 216

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

Shades of Orchid #CC81D8

Tints of Orchid #CC81D8

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.5%

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 37.16%
G = 23.5%
B = 39.34%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC81D8 (or 0xCC81D8) is known color: Orchid. HEX triplet: CC, 81 and D8. RGB value is (204,129,216). Sum of RGB (Red+Green+Blue) = 204+129+216=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC81D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81D8 is #337E27. Grayscale: #A1A1A1. Windows color (decimal): -3374632 or 14189004. OLE color: 14189004.

HSL color Cylindrical-coordinate representation of color #CC81D8: hue angle of 291.72º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC81D8 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 129 216 -
CMYK 0.06 0.40 0 0.15
HSL 291.72º 0.53% 0.68% -
HSV(B) 291.72º 0.4% 0.85% -
XYZ 45.15 33.5 69.05 -
YUV 161.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 204 129 216 0.06 0.40 0 0.15 291.72 0.53 0.68
Hex CC 81 D8 6 28 0 F 124 35 44
Octal 314 201 330 6 50 0 17 444 65 104
Binary 11001100 10000001 11011000 110 101000 0 1111 100100100 110101 1000100

Color Harmonies of #CC81D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81D8

Black with #CC81D8

Text Example


Text Example

White with #CC81D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81D8; }

 p { color: rgb(204,129,216); }

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

background-color css

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

 a { background-color: rgb(204,129,216); }

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

border-color css

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

 span { border-color: rgb(204,129,216); }

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