Html Css Color HEX #DE6ED3 Orchid

📋 copy color: '#DE6ED3'

red 222 ◦ green 110 ◦ blue 211

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

Shades of Orchid #DE6ED3

Tints of Orchid #DE6ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 40.88%
G = 20.26%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE6ED3 (or 0xDE6ED3) is known color: Orchid. HEX triplet: DE, 6E and D3. RGB value is (222,110,211). Sum of RGB (Red+Green+Blue) = 222+110+211=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ED3 is #21912C. Grayscale: #9A9A9A. Windows color (decimal): -2199853 or 13856478. OLE color: 13856478.

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

Color convert

RGB 222 110 211 -
CMYK 0 0.50 0.05 0.13
HSL 305.89º 0.63% 0.65% -
HSV(B) 305.89º 0.5% 0.87% -
XYZ 47.46 31.38 65.18 -
YUV 155 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 222 110 211 0 0.50 0.05 0.13 305.89 0.63 0.65
Hex DE 6E D3 0 32 5 D 132 3F 41
Octal 336 156 323 0 62 5 15 462 77 101
Binary 11011110 1101110 11010011 0 110010 101 1101 100110010 111111 1000001

Color Harmonies of #DE6ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ED3

Black with #DE6ED3

Text Example


Text Example

White with #DE6ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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