Html Css Color HEX #DE6EC2 Orchid

📋 copy color: '#DE6EC2'

red 222 ◦ green 110 ◦ blue 194

#DE6EC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DE6EC2

Tints of Orchid #DE6EC2

RGB

 RED value IS 222 (87.11% from 255) = 42.21%

 GREEN value IS 110 (43.36% from 255) = 20.91%

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 42.21%
G = 20.91%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE6EC2 (or 0xDE6EC2) is known color: Orchid. HEX triplet: DE, 6E and C2. RGB value is (222,110,194). Sum of RGB (Red+Green+Blue) = 222+110+194=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6EC2 is #21913D. Grayscale: #989898. Windows color (decimal): -2199870 or 12742366. OLE color: 12742366.

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

Color convert

RGB 222 110 194 -
CMYK 0 0.50 0.13 0.13
HSL 315º 0.63% 0.65% -
HSV(B) 315º 0.5% 0.87% -
XYZ 45.44 30.58 54.55 -
YUV 153.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 222 110 194 0 0.50 0.13 0.13 315 0.63 0.65
Hex DE 6E C2 0 32 D D 13B 3F 41
Octal 336 156 302 0 62 15 15 473 77 101
Binary 11011110 1101110 11000010 0 110010 1101 1101 100111011 111111 1000001

Color Harmonies of #DE6EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6EC2

Black with #DE6EC2

Text Example


Text Example

White with #DE6EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6EC2; }

 p { color: rgb(222,110,194); }

 H1.HeaderClassName
 {
   color: #DE6EC2;
 }
 .AnyTagClassName
 {
   color: #DE6EC2;
 }
</style>

background-color css

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

 a { background-color: rgb(222,110,194); }

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

border-color css

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

 span { border-color: rgb(222,110,194); }

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