Html Css Color HEX #DE6ADB Orchid

📋 copy color: '#DE6ADB'

red 222 ◦ green 106 ◦ blue 219

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

Shades of Orchid #DE6ADB

Tints of Orchid #DE6ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 40.59%
G = 19.38%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE6ADB (or 0xDE6ADB) is known color: Orchid. HEX triplet: DE, 6A and DB. RGB value is (222,106,219). Sum of RGB (Red+Green+Blue) = 222+106+219=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ADB is #219524. Grayscale: #999999. Windows color (decimal): -2200869 or 14379742. OLE color: 14379742.

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

Color convert

RGB 222 106 219 -
CMYK 0 0.52 0.01 0.13
HSL 301.55º 0.64% 0.64% -
HSV(B) 301.55º 0.52% 0.87% -
XYZ 48.06 30.95 70.46 -
YUV 153.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 222 106 219 0 0.52 0.01 0.13 301.55 0.64 0.64
Hex DE 6A DB 0 34 1 D 12E 40 40
Octal 336 152 333 0 64 1 15 456 100 100
Binary 11011110 1101010 11011011 0 110100 1 1101 100101110 1000000 1000000

Color Harmonies of #DE6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ADB

Black with #DE6ADB

Text Example


Text Example

White with #DE6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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