#DE69CC

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

Shades of Orchid #DE69CC

Tints of Orchid #DE69CC

Color information

#DE69CC (or 0xDE69CC) is unknown color: approx Orchid. HEX triplet: DE, 69 and CC. RGB value is (222,105,204). Sum of RGB (Red+Green+Blue) = 222+105+204=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69CC is #219633. Grayscale: #969696. Windows color (decimal): -2201140 or 13396446. OLE color: 13396446.

HSL color Cylindrical-coordinate representation of color #DE69CC: hue angle of 309.23º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE69CC is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222105204-
CMYK00.530.080.13
HSL309.23º63.93%64.12%-
HSV(B)309.23º52.7%87.06%-
XYZ46.0729.9960.49-
YUV151.27157.76178.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=41.81%
G=19.77%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210520400.530.080.13309.2363.9364.12
HexDE69CC0358D1354040
Octal3361513140651015465100100
Binary1101111011010011100110001101011000110110011010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69CC; }

 p { color: rgb(222,105,204); }

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

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

 a { background-color: rgb(222,105,204); }

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

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

 span { border-color: rgb(222,105,204); }

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