Html Css Color HEX #DE7BDB Orchid

📋 copy color: '#DE7BDB'

red 222 ◦ green 123 ◦ blue 219

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

Shades of Orchid #DE7BDB

Tints of Orchid #DE7BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.81%

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

R = 39.36%
G = 21.81%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE7BDB (or 0xDE7BDB) is known color: Orchid. HEX triplet: DE, 7B and DB. RGB value is (222,123,219). Sum of RGB (Red+Green+Blue) = 222+123+219=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BDB is #218424. Grayscale: #A3A3A3. Windows color (decimal): -2196517 or 14384094. OLE color: 14384094.

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

Color convert

RGB 222 123 219 -
CMYK 0 0.45 0.01 0.13
HSL 301.82º 0.6% 0.68% -
HSV(B) 301.82º 0.45% 0.87% -
XYZ 49.99 34.81 71.1 -
YUV 163.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 222 123 219 0 0.45 0.01 0.13 301.82 0.6 0.68
Hex DE 7B DB 0 2D 1 D 12E 3C 44
Octal 336 173 333 0 55 1 15 456 74 104
Binary 11011110 1111011 11011011 0 101101 1 1101 100101110 111100 1000100

Color Harmonies of #DE7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7BDB

Black with #DE7BDB

Text Example


Text Example

White with #DE7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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