#DE67BC

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

Shades of Orchid #DE67BC

Tints of Orchid #DE67BC

Color information

#DE67BC (or 0xDE67BC) is unknown color: approx Orchid. HEX triplet: DE, 67 and BC. RGB value is (222,103,188). Sum of RGB (Red+Green+Blue) = 222+103+188=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE67BC is #219843. Grayscale: #949494. Windows color (decimal): -2201668 or 12347358. OLE color: 12347358.

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

Color convert

RGB222103188-
CMYK00.540.150.13
HSL317.14º64.32%63.73%-
HSV(B)317.14º53.6%87.06%-
XYZ44.0528.8650.83-
YUV148.27150.42180.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 103 (40.62% from 255) = 20.08%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=43.27%
G=20.08%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210318800.540.150.13317.1464.3263.73
HexDE67BC036FD13d4040
Octal3361472740661715475100100
Binary1101111011001111011110001101101111110110011110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE67BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE67BC; }

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

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

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

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

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

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

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

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