Html Css Color HEX #CC81DD Orchid

📋 copy color: '#CC81DD'

red 204 ◦ green 129 ◦ blue 221

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

Shades of Orchid #CC81DD

Tints of Orchid #CC81DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 36.82%
G = 23.29%
B = 39.89%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC81DD (or 0xCC81DD) is known color: Orchid. HEX triplet: CC, 81 and DD. RGB value is (204,129,221). Sum of RGB (Red+Green+Blue) = 204+129+221=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81DD is #337E22. Grayscale: #A1A1A1. Windows color (decimal): -3374627 or 14516684. OLE color: 14516684.

HSL color Cylindrical-coordinate representation of color #CC81DD: hue angle of 288.91º degrees, saturation: 0.57, 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 #CC81DD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 129 221 -
CMYK 0.08 0.42 0 0.13
HSL 288.91º 0.58% 0.69% -
HSV(B) 288.91º 0.42% 0.87% -
XYZ 45.8 33.76 72.51 -
YUV 161.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 204 129 221 0.08 0.42 0 0.13 288.91 0.58 0.69
Hex CC 81 DD 8 2A 0 D 121 3A 45
Octal 314 201 335 10 52 0 15 441 72 105
Binary 11001100 10000001 11011101 1000 101010 0 1101 100100001 111010 1000101

Color Harmonies of #CC81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81DD

Black with #CC81DD

Text Example


Text Example

White with #CC81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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