Html Css Color HEX #DB7ECC Orchid

📋 copy color: '#DB7ECC'

red 219 ◦ green 126 ◦ blue 204

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

Shades of Orchid #DB7ECC

Tints of Orchid #DB7ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 39.89%
G = 22.95%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB7ECC (or 0xDB7ECC) is known color: Orchid. HEX triplet: DB, 7E and CC. RGB value is (219,126,204). Sum of RGB (Red+Green+Blue) = 219+126+204=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ECC is #248133. Grayscale: #A2A2A2. Windows color (decimal): -2392372 or 13401819. OLE color: 13401819.

HSL color Cylindrical-coordinate representation of color #DB7ECC: hue angle of 309.68º 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 #DB7ECC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 204 -
CMYK 0 0.42 0.07 0.14
HSL 309.68º 0.56% 0.68% -
HSV(B) 309.68º 0.42% 0.86% -
XYZ 47.57 34.34 61.25 -
YUV 162.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 219 126 204 0 0.42 0.07 0.14 309.68 0.56 0.68
Hex DB 7E CC 0 2A 7 E 136 38 44
Octal 333 176 314 0 52 7 16 466 70 104
Binary 11011011 1111110 11001100 0 101010 111 1110 100110110 111000 1000100

Color Harmonies of #DB7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ECC

Black with #DB7ECC

Text Example


Text Example

White with #DB7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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