#CD7DC9

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

Shades of Orchid #CD7DC9

Tints of Orchid #CD7DC9

Color information

#CD7DC9 (or 0xCD7DC9) is unknown color: approx Orchid. HEX triplet: CD, 7D and C9. RGB value is (205,125,201). Sum of RGB (Red+Green+Blue) = 205+125+201=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DC9 is #328236. Grayscale: #9D9D9D. Windows color (decimal): -3310135 or 13204941. OLE color: 13204941.

HSL color Cylindrical-coordinate representation of color #CD7DC9: hue angle of 303º 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 #CD7DC9 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205125201-
CMYK00.390.020.20
HSL303º44.44%64.71%-
HSV(B)303º39.02%80.39%-
XYZ43.0531.8659.14-
YUV157.58152.5161.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=38.61%
G=23.54%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512520100.390.020.2030344.4464.71
HexCD7DC902721412f2c41
Octal31517531104722445754101
Binary11001101111110111001001010011110101001001011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DC9; }

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

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

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

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

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

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

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

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