Html Css Color HEX #DE6DDB Orchid

📋 copy color: '#DE6DDB'

red 222 ◦ green 109 ◦ blue 219

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

Shades of Orchid #DE6DDB

Tints of Orchid #DE6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.82%

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

R = 40.36%
G = 19.82%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE6DDB (or 0xDE6DDB) is known color: Orchid. HEX triplet: DE, 6D and DB. RGB value is (222,109,219). Sum of RGB (Red+Green+Blue) = 222+109+219=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DDB is #219224. Grayscale: #9B9B9B. Windows color (decimal): -2200101 or 14380510. OLE color: 14380510.

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

Color convert

RGB 222 109 219 -
CMYK 0 0.51 0.01 0.13
HSL 301.59º 0.63% 0.65% -
HSV(B) 301.59º 0.51% 0.87% -
XYZ 48.38 31.58 70.56 -
YUV 155.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 222 109 219 0 0.51 0.01 0.13 301.59 0.63 0.65
Hex DE 6D DB 0 33 1 D 12E 3F 41
Octal 336 155 333 0 63 1 15 456 77 101
Binary 11011110 1101101 11011011 0 110011 1 1101 100101110 111111 1000001

Color Harmonies of #DE6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6DDB

Black with #DE6DDB

Text Example


Text Example

White with #DE6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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