Html Css Color HEX #DB7ECE Orchid

📋 copy color: '#DB7ECE'

red 219 ◦ green 126 ◦ blue 206

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

Shades of Orchid #DB7ECE

Tints of Orchid #DB7ECE

RGB

 RED value IS 219 (85.94% from 255) = 39.75%

 GREEN value IS 126 (49.61% from 255) = 22.87%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 39.75%
G = 22.87%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB7ECE (or 0xDB7ECE) is known color: Orchid. HEX triplet: DB, 7E and CE. RGB value is (219,126,206). Sum of RGB (Red+Green+Blue) = 219+126+206=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ECE is #248131. Grayscale: #A2A2A2. Windows color (decimal): -2392370 or 13532891. OLE color: 13532891.

HSL color Cylindrical-coordinate representation of color #DB7ECE: hue angle of 308.39º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7ECE is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 206 -
CMYK 0 0.42 0.06 0.14
HSL 308.39º 0.56% 0.68% -
HSV(B) 308.39º 0.42% 0.86% -
XYZ 47.81 34.44 62.52 -
YUV 162.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 219 126 206 0 0.42 0.06 0.14 308.39 0.56 0.68
Hex DB 7E CE 0 2A 6 E 134 38 44
Octal 333 176 316 0 52 6 16 464 70 104
Binary 11011011 1111110 11001110 0 101010 110 1110 100110100 111000 1000100

Color Harmonies of #DB7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ECE

Black with #DB7ECE

Text Example


Text Example

White with #DB7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ECE; }

 p { color: rgb(219,126,206); }

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

background-color css

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

 a { background-color: rgb(219,126,206); }

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

border-color css

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

 span { border-color: rgb(219,126,206); }

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