#DE7FCA

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

Shades of Orchid #DE7FCA

Tints of Orchid #DE7FCA

Color information

#DE7FCA (or 0xDE7FCA) is unknown color: approx Orchid. HEX triplet: DE, 7F and CA. RGB value is (222,127,202). Sum of RGB (Red+Green+Blue) = 222+127+202=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FCA is #218035. Grayscale: #A3A3A3. Windows color (decimal): -2195510 or 13271006. OLE color: 13271006.

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

Color convert

RGB222127202-
CMYK00.430.090.13
HSL312.63º59.01%68.43%-
HSV(B)312.63º42.79%87.06%-
XYZ48.3734.9760.08-
YUV163.96149.47169.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 127 (50% from 255) = 23.05%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=40.29%
G=23.05%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212720200.430.090.13312.6359.0168.43
HexDE7FCA02B9D1393b44
Octal336177312053111547173104
Binary110111101111111110010100101011100111011001110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FCA; }

 p { color: rgb(222,127,202); }

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

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

 a { background-color: rgb(222,127,202); }

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

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

 span { border-color: rgb(222,127,202); }

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