#CD7DBD

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

Shades of Orchid #CD7DBD

Tints of Orchid #CD7DBD

Color information

#CD7DBD (or 0xCD7DBD) is unknown color: approx Orchid. HEX triplet: CD, 7D and BD. RGB value is (205,125,189). Sum of RGB (Red+Green+Blue) = 205+125+189=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DBD is #328242. Grayscale: #9C9C9C. Windows color (decimal): -3310147 or 12418509. OLE color: 12418509.

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

Color convert

RGB205125189-
CMYK00.390.080.20
HSL312º44.44%64.71%-
HSV(B)312º39.02%80.39%-
XYZ41.731.3251.99-
YUV156.22146.5162.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=39.50%
G=24.08%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512518900.390.080.2031244.4464.71
HexCD7DBD0278141382c41
Octal315175275047102447054101
Binary1100110111111011011110101001111000101001001110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DBD; }

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

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

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

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

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

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

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

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