Html Css Color HEX #CC80DD Orchid

📋 copy color: '#CC80DD'

red 204 ◦ green 128 ◦ blue 221

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

Shades of Orchid #CC80DD

Tints of Orchid #CC80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.15%

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

R = 36.89%
G = 23.15%
B = 39.96%

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

#CC80DD (or 0xCC80DD) is known color: Orchid. HEX triplet: CC, 80 and DD. RGB value is (204,128,221). Sum of RGB (Red+Green+Blue) = 204+128+221=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80DD is #337F22. Grayscale: #A1A1A1. Windows color (decimal): -3374883 or 14516428. OLE color: 14516428.

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

Color convert

RGB 204 128 221 -
CMYK 0.08 0.42 0 0.13
HSL 289.03º 0.58% 0.68% -
HSV(B) 289.03º 0.42% 0.87% -
XYZ 45.67 33.5 72.46 -
YUV 161.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 204 128 221 0.08 0.42 0 0.13 289.03 0.58 0.68
Hex CC 80 DD 8 2A 0 D 121 3A 44
Octal 314 200 335 10 52 0 15 441 72 104
Binary 11001100 10000000 11011101 1000 101010 0 1101 100100001 111010 1000100

Color Harmonies of #CC80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80DD

Black with #CC80DD

Text Example


Text Example

White with #CC80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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