#DE67D1

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

Shades of Orchid #DE67D1

Tints of Orchid #DE67D1

Color information

#DE67D1 (or 0xDE67D1) is unknown color: approx Orchid. HEX triplet: DE, 67 and D1. RGB value is (222,103,209). Sum of RGB (Red+Green+Blue) = 222+103+209=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67D1 is #21982E. Grayscale: #969696. Windows color (decimal): -2201647 or 13723614. OLE color: 13723614.

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

Color convert

RGB222103209-
CMYK00.540.060.13
HSL306.55º64.32%63.73%-
HSV(B)306.55º53.6%87.06%-
XYZ46.4829.8363.63-
YUV150.66160.92178.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 103 (40.62% from 255) = 19.29%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=41.57%
G=19.29%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210320900.540.060.13306.5564.3263.73
HexDE67D10366D1334040
Octal336147321066615463100100
Binary110111101100111110100010110110110110110011001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE67D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE67D1; }

 p { color: rgb(222,103,209); }

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

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

 a { background-color: rgb(222,103,209); }

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

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

 span { border-color: rgb(222,103,209); }

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