#DE68C5

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

Shades of Orchid #DE68C5

Tints of Orchid #DE68C5

Color information

#DE68C5 (or 0xDE68C5) is unknown color: approx Orchid. HEX triplet: DE, 68 and C5. RGB value is (222,104,197). Sum of RGB (Red+Green+Blue) = 222+104+197=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68C5 is #21973A. Grayscale: #959595. Windows color (decimal): -2201403 or 12937438. OLE color: 12937438.

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

Color convert

RGB222104197-
CMYK00.530.110.13
HSL312.71º64.13%63.92%-
HSV(B)312.71º53.15%87.06%-
XYZ45.1529.4656.13-
YUV149.88154.59179.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 104 (41.02% from 255) = 19.89%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=42.45%
G=19.89%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210419700.530.110.13312.7164.1363.92
HexDE68C5035BD1394040
Octal3361503050651315471100100
Binary1101111011010001100010101101011011110110011100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE68C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE68C5; }

 p { color: rgb(222,104,197); }

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

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

 a { background-color: rgb(222,104,197); }

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

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

 span { border-color: rgb(222,104,197); }

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