#CC84DB

Color #CC84DB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC84DB

Tints of Orchid #CC84DB

Color information

#CC84DB (or 0xCC84DB) is unknown color: approx Orchid. HEX triplet: CC, 84 and DB. RGB value is (204,132,219). Sum of RGB (Red+Green+Blue) = 204+132+219=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84DB is #337B24. Grayscale: #A3A3A3. Windows color (decimal): -3373861 or 14386380. OLE color: 14386380.

HSL color Cylindrical-coordinate representation of color #CC84DB: hue angle of 289.66º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC84DB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204132219-
CMYK0.070.4000.14
HSL289.66º54.72%68.82%-
HSV(B)289.66º39.73%85.88%-
XYZ45.9434.4571.25-
YUV163.45159.35156.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=36.76%
G=23.78%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041322190.070.4000.14289.6654.7268.82
HexCC84DB7280E1223745
Octal31420433375001644267105
Binary110011001000010011011011111101000011101001000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84DB; }

 p { color: rgb(204,132,219); }

 H1.HeaderClassName
 {
   color: #CC84DB;
 }
 .AnyTagClassName
 {
   color: #CC84DB;
 }
</style>
background-color css

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

 a { background-color: rgb(204,132,219); }

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

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

 span { border-color: rgb(204,132,219); }

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