Html Css Color HEX #DE6EDE Orchid

📋 copy color: '#DE6EDE'

red 222 ◦ green 110 ◦ blue 222

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

Shades of Orchid #DE6EDE

Tints of Orchid #DE6EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 40.07%
G = 19.86%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE6EDE (or 0xDE6EDE) is known color: Orchid. HEX triplet: DE, 6E and DE. RGB value is (222,110,222). Sum of RGB (Red+Green+Blue) = 222+110+222=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6EDE is #219121. Grayscale: #9B9B9B. Windows color (decimal): -2199842 or 14577374. OLE color: 14577374.

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

Color convert

RGB 222 110 222 -
CMYK 0 0.50 0 0.13
HSL 300º 0.63% 0.65% -
HSV(B) 300º 0.5% 0.87% -
XYZ 48.88 31.96 72.7 -
YUV 156.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 222 110 222 0 0.50 0 0.13 300 0.63 0.65
Hex DE 6E DE 0 32 0 D 12C 3F 41
Octal 336 156 336 0 62 0 15 454 77 101
Binary 11011110 1101110 11011110 0 110010 0 1101 100101100 111111 1000001

Color Harmonies of #DE6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6EDE

Black with #DE6EDE

Text Example


Text Example

White with #DE6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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