#DE84CF

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

Shades of Orchid #DE84CF

Tints of Orchid #DE84CF

Color information

#DE84CF (or 0xDE84CF) is unknown color: approx Orchid. HEX triplet: DE, 84 and CF. RGB value is (222,132,207). Sum of RGB (Red+Green+Blue) = 222+132+207=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84CF is #217B30. Grayscale: #A7A7A7. Windows color (decimal): -2194225 or 13599966. OLE color: 13599966.

HSL color Cylindrical-coordinate representation of color #DE84CF: hue angle of 310º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE84CF is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222132207-
CMYK00.410.070.13
HSL310º57.69%69.41%-
HSV(B)310º40.54%87.06%-
XYZ49.6436.5463.47-
YUV167.46150.32166.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=39.57%
G=23.53%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213220700.410.070.1331057.6969.41
HexDE84CF0297D1363a45
Octal33620431705171546672105
Binary110111101000010011001111010100111111011001101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84CF; }

 p { color: rgb(222,132,207); }

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

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

 a { background-color: rgb(222,132,207); }

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

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

 span { border-color: rgb(222,132,207); }

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