Html Css Color HEX #DE6AE9 Orchid

📋 copy color: '#DE6AE9'

red 222 ◦ green 106 ◦ blue 233

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

Shades of Orchid #DE6AE9

Tints of Orchid #DE6AE9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.89%

 BLUE value IS 233 (91.41% from 255) = 41.53%

R = 39.57%
G = 18.89%
B = 41.53%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DE6AE9 (or 0xDE6AE9) is known color: Orchid. HEX triplet: DE, 6A and E9. RGB value is (222,106,233). Sum of RGB (Red+Green+Blue) = 222+106+233=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 106 (41.80% from 255 or 18.89% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE6AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6AE9 is #219516. Grayscale: #9A9A9A. Windows color (decimal): -2200855 or 15297246. OLE color: 15297246.

HSL color Cylindrical-coordinate representation of color #DE6AE9: hue angle of 294.8º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE6AE9 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 106 233 -
CMYK 0.05 0.55 0 0.09
HSL 294.8º 0.74% 0.66% -
HSV(B) 294.8º 0.55% 0.91% -
XYZ 49.99 31.72 80.58 -
YUV 155.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 222 106 233 0.05 0.55 0 0.09 294.8 0.74 0.66
Hex DE 6A E9 5 37 0 9 127 4A 42
Octal 336 152 351 5 67 0 11 447 112 102
Binary 11011110 1101010 11101001 101 110111 0 1001 100100111 1001010 1000010

Color Harmonies of #DE6AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6AE9

Black with #DE6AE9

Text Example


Text Example

White with #DE6AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6AE9; }

 p { color: rgb(222,106,233); }

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

background-color css

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

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

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

border-color css

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

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

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