#DE67D2

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

Shades of Orchid #DE67D2

Tints of Orchid #DE67D2

Color information

#DE67D2 (or 0xDE67D2) is unknown color: approx Orchid. HEX triplet: DE, 67 and D2. RGB value is (222,103,210). Sum of RGB (Red+Green+Blue) = 222+103+210=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67D2 is #21982D. Grayscale: #969696. Windows color (decimal): -2201646 or 13789150. OLE color: 13789150.

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

Color convert

RGB222103210-
CMYK00.540.050.13
HSL306.05º64.32%63.73%-
HSV(B)306.05º53.6%87.06%-
XYZ46.6129.8864.28-
YUV150.78161.42178.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 103 (40.62% from 255) = 19.25%
BLUE value IS 210 (82.42% from 255) = 39.25%
R=41.50%
G=19.25%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210321000.540.050.13306.0564.3263.73
HexDE67D20365D1324040
Octal336147322066515462100100
Binary110111101100111110100100110110101110110011001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE67D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE67D2; }

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

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

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

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

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

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

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

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