Html Css Color HEX #DE6EDD Orchid

📋 copy color: '#DE6EDD'

red 222 ◦ green 110 ◦ blue 221

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

Shades of Orchid #DE6EDD

Tints of Orchid #DE6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 40.14%
G = 19.89%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE6EDD (or 0xDE6EDD) is known color: Orchid. HEX triplet: DE, 6E and DD. RGB value is (222,110,221). Sum of RGB (Red+Green+Blue) = 222+110+221=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6EDD is #219122. Grayscale: #9B9B9B. Windows color (decimal): -2199843 or 14511838. OLE color: 14511838.

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

Color convert

RGB 222 110 221 -
CMYK 0 0.50 0.00 0.13
HSL 300.54º 0.63% 0.65% -
HSV(B) 300.54º 0.5% 0.87% -
XYZ 48.75 31.9 71.99 -
YUV 156.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 222 110 221 0 0.50 0.00 0.13 300.54 0.63 0.65
Hex DE 6E DD 0 32 0 D 12D 3F 41
Octal 336 156 335 0 62 0 15 455 77 101
Binary 11011110 1101110 11011101 0 110010 0 1101 100101101 111111 1000001

Color Harmonies of #DE6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6EDD

Black with #DE6EDD

Text Example


Text Example

White with #DE6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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