#CD7DE0

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

Shades of Orchid #CD7DE0

Tints of Orchid #CD7DE0

Color information

#CD7DE0 (or 0xCD7DE0) is unknown color: approx Orchid. HEX triplet: CD, 7D and E0. RGB value is (205,125,224). Sum of RGB (Red+Green+Blue) = 205+125+224=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD7DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DE0 is #32821F. Grayscale: #9F9F9F. Windows color (decimal): -3310112 or 14712269. OLE color: 14712269.

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

Color convert

RGB205125224-
CMYK0.080.4400.12
HSL288.48º61.49%68.43%-
HSV(B)288.48º44.2%87.84%-
XYZ45.9733.0374.47-
YUV160.21164159.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 224 (87.89% from 255) = 40.43%
R=37.00%
G=22.56%
B=40.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051252240.080.4400.12288.4861.4968.43
HexCD7DE082C0C1203d44
Octal315175340105401444075104
Binary110011011111101111000001000101100011001001000001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DE0; }

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

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

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

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

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

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

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

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