#DE7CC4

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

Shades of Orchid #DE7CC4

Tints of Orchid #DE7CC4

Color information

#DE7CC4 (or 0xDE7CC4) is unknown color: approx Orchid. HEX triplet: DE, 7C and C4. RGB value is (222,124,196). Sum of RGB (Red+Green+Blue) = 222+124+196=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CC4 is #21833B. Grayscale: #A1A1A1. Windows color (decimal): -2196284 or 12877022. OLE color: 12877022.

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

Color convert

RGB222124196-
CMYK00.440.120.13
HSL315.92º59.76%67.84%-
HSV(B)315.92º44.14%87.06%-
XYZ47.333.9356.28-
YUV161.51147.47171.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=40.96%
G=22.88%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212419600.440.120.13315.9259.7667.84
HexDE7CC402CCD13c3c44
Octal336174304054141547474104
Binary110111101111100110001000101100110011011001111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CC4; }

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

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

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

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

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

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

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

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