#CD84CC

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

Shades of Orchid #CD84CC

Tints of Orchid #CD84CC

Color information

#CD84CC (or 0xCD84CC) is unknown color: approx Orchid. HEX triplet: CD, 84 and CC. RGB value is (205,132,204). Sum of RGB (Red+Green+Blue) = 205+132+204=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CD84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84CC is #327B33. Grayscale: #A1A1A1. Windows color (decimal): -3308340 or 13403341. OLE color: 13403341.

HSL color Cylindrical-coordinate representation of color #CD84CC: hue angle of 300.82º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD84CC is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205132204-
CMYK00.360.000.20
HSL300.82º42.2%66.08%-
HSV(B)300.82º35.61%80.39%-
XYZ44.3333.8461.32-
YUV162.04151.68158.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=37.89%
G=24.40%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513220400.360.000.20300.8242.266.08
HexCD84CC02401412d2a42
Octal31520431404402445552102
Binary11001101100001001100110001001000101001001011011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD84CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD84CC; }

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

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

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

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

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

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

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

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