#CC84CE

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

Shades of Orchid #CC84CE

Tints of Orchid #CC84CE

Color information

#CC84CE (or 0xCC84CE) is unknown color: approx Orchid. HEX triplet: CC, 84 and CE. RGB value is (204,132,206). Sum of RGB (Red+Green+Blue) = 204+132+206=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84CE is #337B31. Grayscale: #A1A1A1. Windows color (decimal): -3373874 or 13534412. OLE color: 13534412.

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

Color convert

RGB204132206-
CMYK0.010.3600.19
HSL298.38º43.02%66.27%-
HSV(B)298.38º35.92%80.78%-
XYZ44.2933.862.58-
YUV161.96152.85157.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=37.64%
G=24.35%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041322060.010.3600.19298.3843.0266.27
HexCC84CE12401312a2b42
Octal31420431614402345253102
Binary11001100100001001100111011001000100111001010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84CE; }

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

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

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

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

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

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

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

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