#de7fc8

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

Shades of Orchid #DE7FC8

Tints of Orchid #DE7FC8

Color information

#DE7FC8 (or 0xDE7FC8) is unknown color: approx Orchid. HEX triplet: DE, 7F and C8. RGB value is (222,127,200). Sum of RGB (Red+Green+Blue) = 222+127+200=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FC8 is #218037. Grayscale: #A3A3A3. Windows color (decimal): -2195512 or 13139934. OLE color: 13139934.

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

Color convert

RGB222127200-
CMYK00.430.100.13
HSL313.89º59.01%68.43%-
HSV(B)313.89º42.79%87.06%-
XYZ48.1434.8858.84-
YUV163.73148.47169.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 127 (50% from 255) = 23.13%
BLUE value IS 200 (78.52% from 255) = 36.43%
R=40.44%
G=23.13%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212720000.430.100.13313.8959.0168.43
HexDE7FC802BAD13a3b44
Octal336177310053121547273104
Binary110111101111111110010000101011101011011001110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de7fc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de7fc8; }

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

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

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

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

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

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

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

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