Html Css Color HEX #CC81CE Orchid

📋 copy color: '#CC81CE'

red 204 ◦ green 129 ◦ blue 206

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

Shades of Orchid #CC81CE

Tints of Orchid #CC81CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 37.85%
G = 23.93%
B = 38.22%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC81CE (or 0xCC81CE) is known color: Orchid. HEX triplet: CC, 81 and CE. RGB value is (204,129,206). Sum of RGB (Red+Green+Blue) = 204+129+206=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81CE is #337E31. Grayscale: #9F9F9F. Windows color (decimal): -3374642 or 13533644. OLE color: 13533644.

HSL color Cylindrical-coordinate representation of color #CC81CE: hue angle of 298.44º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC81CE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 129 206 -
CMYK 0.01 0.37 0 0.19
HSL 298.44º 0.44% 0.66% -
HSV(B) 298.44º 0.37% 0.81% -
XYZ 43.89 32.99 62.45 -
YUV 160.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 204 129 206 0.01 0.37 0 0.19 298.44 0.44 0.66
Hex CC 81 CE 1 25 0 13 12A 2C 42
Octal 314 201 316 1 45 0 23 452 54 102
Binary 11001100 10000001 11001110 1 100101 0 10011 100101010 101100 1000010

Color Harmonies of #CC81CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81CE

Black with #CC81CE

Text Example


Text Example

White with #CC81CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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