#DE7CCD

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

Shades of Orchid #DE7CCD

Tints of Orchid #DE7CCD

Color information

#DE7CCD (or 0xDE7CCD) is unknown color: approx Orchid. HEX triplet: DE, 7C and CD. RGB value is (222,124,205). Sum of RGB (Red+Green+Blue) = 222+124+205=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CCD is #218332. Grayscale: #A2A2A2. Windows color (decimal): -2196275 or 13466846. OLE color: 13466846.

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

Color convert

RGB222124205-
CMYK00.440.080.13
HSL310.41º59.76%67.84%-
HSV(B)310.41º44.14%87.06%-
XYZ48.3534.3561.84-
YUV162.54151.97170.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 124 (48.83% from 255) = 22.50%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=40.29%
G=22.50%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212420500.440.080.13310.4159.7667.84
HexDE7CCD02C8D1363c44
Octal336174315054101546674104
Binary110111101111100110011010101100100011011001101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CCD; }

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

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

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

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

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

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

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

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