#CD7DDE

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

Shades of Orchid #CD7DDE

Tints of Orchid #CD7DDE

Color information

#CD7DDE (or 0xCD7DDE) is unknown color: approx Orchid. HEX triplet: CD, 7D and DE. RGB value is (205,125,222). Sum of RGB (Red+Green+Blue) = 205+125+222=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DDE is #328221. Grayscale: #9F9F9F. Windows color (decimal): -3310114 or 14581197. OLE color: 14581197.

HSL color Cylindrical-coordinate representation of color #CD7DDE: hue angle of 289.48º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7DDE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205125222-
CMYK0.080.4400.13
HSL289.48º59.51%68.04%-
HSV(B)289.48º43.69%87.06%-
XYZ45.732.9273.05-
YUV159.98163160.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 125 (49.22% from 255) = 22.64%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=37.14%
G=22.64%
B=40.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051252220.080.4400.13289.4859.5168.04
HexCD7DDE82C0D1213c44
Octal315175336105401544174104
Binary110011011111101110111101000101100011011001000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DDE; }

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

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

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

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

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

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

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

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