#DE69C1

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

Shades of Orchid #DE69C1

Tints of Orchid #DE69C1

Color information

#DE69C1 (or 0xDE69C1) is unknown color: approx Orchid. HEX triplet: DE, 69 and C1. RGB value is (222,105,193). Sum of RGB (Red+Green+Blue) = 222+105+193=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69C1 is #21963E. Grayscale: #959595. Windows color (decimal): -2201151 or 12675550. OLE color: 12675550.

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

Color convert

RGB222105193-
CMYK00.530.130.13
HSL314.87º63.93%64.12%-
HSV(B)314.87º52.7%87.06%-
XYZ44.829.4853.78-
YUV150.02152.26179.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 105 (41.41% from 255) = 20.19%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=42.69%
G=20.19%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210519300.530.130.13314.8763.9364.12
HexDE69C1035DD13b4040
Octal3361513010651515473100100
Binary1101111011010011100000101101011101110110011101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69C1; }

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

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

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

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

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

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

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

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