Html Css Color HEX #DE6BDB Orchid

📋 copy color: '#DE6BDB'

red 222 ◦ green 107 ◦ blue 219

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

Shades of Orchid #DE6BDB

Tints of Orchid #DE6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.53%

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

R = 40.51%
G = 19.53%
B = 39.96%

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

#DE6BDB (or 0xDE6BDB) is known color: Orchid. HEX triplet: DE, 6B and DB. RGB value is (222,107,219). Sum of RGB (Red+Green+Blue) = 222+107+219=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BDB is #219424. Grayscale: #999999. Windows color (decimal): -2200613 or 14379998. OLE color: 14379998.

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

Color convert

RGB 222 107 219 -
CMYK 0 0.52 0.01 0.13
HSL 301.57º 0.64% 0.65% -
HSV(B) 301.57º 0.52% 0.87% -
XYZ 48.17 31.16 70.49 -
YUV 154.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 222 107 219 0 0.52 0.01 0.13 301.57 0.64 0.65
Hex DE 6B DB 0 34 1 D 12E 40 41
Octal 336 153 333 0 64 1 15 456 100 101
Binary 11011110 1101011 11011011 0 110100 1 1101 100101110 1000000 1000001

Color Harmonies of #DE6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6BDB

Black with #DE6BDB

Text Example


Text Example

White with #DE6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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