#CD7DCC

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

Shades of Orchid #CD7DCC

Tints of Orchid #CD7DCC

Color information

#CD7DCC (or 0xCD7DCC) is unknown color: approx Orchid. HEX triplet: CD, 7D and CC. RGB value is (205,125,204). Sum of RGB (Red+Green+Blue) = 205+125+204=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DCC is #328233. Grayscale: #9D9D9D. Windows color (decimal): -3310132 or 13401549. OLE color: 13401549.

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

Color convert

RGB205125204-
CMYK00.390.000.20
HSL300.75º44.44%64.71%-
HSV(B)300.75º39.02%80.39%-
XYZ43.4132.0161.02-
YUV157.93154161.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=38.39%
G=23.41%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512520400.390.000.20300.7544.4464.71
HexCD7DCC02701412d2c41
Octal31517531404702445554101
Binary1100110111111011100110001001110101001001011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DCC; }

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

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

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

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

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

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

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

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