#DE6CC4

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

Shades of Orchid #DE6CC4

Tints of Orchid #DE6CC4

Color information

#DE6CC4 (or 0xDE6CC4) is unknown color: approx Orchid. HEX triplet: DE, 6C and C4. RGB value is (222,108,196). Sum of RGB (Red+Green+Blue) = 222+108+196=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6CC4 is #21933B. Grayscale: #979797. Windows color (decimal): -2200380 or 12872926. OLE color: 12872926.

HSL color Cylindrical-coordinate representation of color #DE6CC4: hue angle of 313.68º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6CC4 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB222108196-
CMYK00.510.120.13
HSL313.68º63.33%64.71%-
HSV(B)313.68º51.35%87.06%-
XYZ45.4530.2455.67-
YUV152.12152.77177.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 108 (42.58% from 255) = 20.53%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=42.21%
G=20.53%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210819600.510.120.13313.6863.3364.71
HexDE6CC4033CD13a3f41
Octal336154304063141547277101
Binary110111101101100110001000110011110011011001110101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6CC4; }

 p { color: rgb(222,108,196); }

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

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

 a { background-color: rgb(222,108,196); }

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

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

 span { border-color: rgb(222,108,196); }

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