#CD7DBB

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

Shades of Orchid #CD7DBB

Tints of Orchid #CD7DBB

Color information

#CD7DBB (or 0xCD7DBB) is unknown color: approx Orchid. HEX triplet: CD, 7D and BB. RGB value is (205,125,187). Sum of RGB (Red+Green+Blue) = 205+125+187=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DBB is #328244. Grayscale: #9B9B9B. Windows color (decimal): -3310149 or 12287437. OLE color: 12287437.

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

Color convert

RGB205125187-
CMYK00.390.090.20
HSL313.5º44.44%64.71%-
HSV(B)313.5º39.02%80.39%-
XYZ41.4831.2350.86-
YUV155.99145.5162.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=39.65%
G=24.18%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512518700.390.090.20313.544.4464.71
HexCD7DBB02791413a2c41
Octal315175273047112447254101
Binary1100110111111011011101101001111001101001001110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DBB; }

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

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

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

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

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

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

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

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