Html Css Color HEX #DE6ADA Orchid

📋 copy color: '#DE6ADA'

red 222 ◦ green 106 ◦ blue 218

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

Shades of Orchid #DE6ADA

Tints of Orchid #DE6ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 40.66%
G = 19.41%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE6ADA (or 0xDE6ADA) is known color: Orchid. HEX triplet: DE, 6A and DA. RGB value is (222,106,218). Sum of RGB (Red+Green+Blue) = 222+106+218=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ADA is #219525. Grayscale: #999999. Windows color (decimal): -2200870 or 14314206. OLE color: 14314206.

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

Color convert

RGB 222 106 218 -
CMYK 0 0.52 0.02 0.13
HSL 302.07º 0.64% 0.64% -
HSV(B) 302.07º 0.52% 0.87% -
XYZ 47.93 30.9 69.77 -
YUV 153.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 222 106 218 0 0.52 0.02 0.13 302.07 0.64 0.64
Hex DE 6A DA 0 34 2 D 12E 40 40
Octal 336 152 332 0 64 2 15 456 100 100
Binary 11011110 1101010 11011010 0 110100 10 1101 100101110 1000000 1000000

Color Harmonies of #DE6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ADA

Black with #DE6ADA

Text Example


Text Example

White with #DE6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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