Html Css Color HEX #DE6ADE Orchid

📋 copy color: '#DE6ADE'

red 222 ◦ green 106 ◦ blue 222

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

Shades of Orchid #DE6ADE

Tints of Orchid #DE6ADE

RGB

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

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

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

R = 40.36%
G = 19.27%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE6ADE (or 0xDE6ADE) is known color: Orchid. HEX triplet: DE, 6A and DE. RGB value is (222,106,222). Sum of RGB (Red+Green+Blue) = 222+106+222=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ADE is #219521. Grayscale: #999999. Windows color (decimal): -2200866 or 14576350. OLE color: 14576350.

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

Color convert

RGB 222 106 222 -
CMYK 0 0.52 0 0.13
HSL 300º 0.64% 0.64% -
HSV(B) 300º 0.52% 0.87% -
XYZ 48.46 31.11 72.56 -
YUV 153.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 222 106 222 0 0.52 0 0.13 300 0.64 0.64
Hex DE 6A DE 0 34 0 D 12C 40 40
Octal 336 152 336 0 64 0 15 454 100 100
Binary 11011110 1101010 11011110 0 110100 0 1101 100101100 1000000 1000000

Color Harmonies of #DE6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ADE

Black with #DE6ADE

Text Example


Text Example

White with #DE6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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