Html Css Color HEX #CC81DF Orchid

📋 copy color: '#CC81DF'

red 204 ◦ green 129 ◦ blue 223

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

Shades of Orchid #CC81DF

Tints of Orchid #CC81DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 36.69%
G = 23.2%
B = 40.11%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC81DF (or 0xCC81DF) is known color: Orchid. HEX triplet: CC, 81 and DF. RGB value is (204,129,223). Sum of RGB (Red+Green+Blue) = 204+129+223=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81DF is #337E20. Grayscale: #A1A1A1. Windows color (decimal): -3374625 or 14647756. OLE color: 14647756.

HSL color Cylindrical-coordinate representation of color #CC81DF: hue angle of 287.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC81DF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 129 223 -
CMYK 0.09 0.42 0 0.13
HSL 287.87º 0.59% 0.69% -
HSV(B) 287.87º 0.42% 0.87% -
XYZ 46.07 33.87 73.92 -
YUV 162.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 204 129 223 0.09 0.42 0 0.13 287.87 0.59 0.69
Hex CC 81 DF 9 2A 0 D 120 3B 45
Octal 314 201 337 11 52 0 15 440 73 105
Binary 11001100 10000001 11011111 1001 101010 0 1101 100100000 111011 1000101

Color Harmonies of #CC81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81DF

Black with #CC81DF

Text Example


Text Example

White with #CC81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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