Html Css Color HEX #DE7CDB Orchid

📋 copy color: '#DE7CDB'

red 222 ◦ green 124 ◦ blue 219

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

Shades of Orchid #DE7CDB

Tints of Orchid #DE7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.95%

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

R = 39.29%
G = 21.95%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE7CDB (or 0xDE7CDB) is known color: Orchid. HEX triplet: DE, 7C and DB. RGB value is (222,124,219). Sum of RGB (Red+Green+Blue) = 222+124+219=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CDB is #218324. Grayscale: #A3A3A3. Windows color (decimal): -2196261 or 14384350. OLE color: 14384350.

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

Color convert

RGB 222 124 219 -
CMYK 0 0.44 0.01 0.13
HSL 301.84º 0.6% 0.68% -
HSV(B) 301.84º 0.44% 0.87% -
XYZ 50.12 35.06 71.14 -
YUV 164.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 222 124 219 0 0.44 0.01 0.13 301.84 0.6 0.68
Hex DE 7C DB 0 2C 1 D 12E 3C 44
Octal 336 174 333 0 54 1 15 456 74 104
Binary 11011110 1111100 11011011 0 101100 1 1101 100101110 111100 1000100

Color Harmonies of #DE7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7CDB

Black with #DE7CDB

Text Example


Text Example

White with #DE7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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