#CD7DCB

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

Shades of Orchid #CD7DCB

Tints of Orchid #CD7DCB

Color information

#CD7DCB (or 0xCD7DCB) is unknown color: approx Orchid. HEX triplet: CD, 7D and CB. RGB value is (205,125,203). Sum of RGB (Red+Green+Blue) = 205+125+203=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DCB is #328234. Grayscale: #9D9D9D. Windows color (decimal): -3310133 or 13336013. OLE color: 13336013.

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

Color convert

RGB205125203-
CMYK00.390.010.20
HSL301.5º44.44%64.71%-
HSV(B)301.5º39.02%80.39%-
XYZ43.2931.9660.39-
YUV157.81153.5161.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=38.46%
G=23.45%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512520300.390.010.20301.544.4464.71
HexCD7DCB02711412e2c41
Octal31517531304712445654101
Binary1100110111111011100101101001111101001001011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DCB; }

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

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

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

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

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

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

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

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