Html Css Color HEX #DB76CE Orchid

📋 copy color: '#DB76CE'

red 219 ◦ green 118 ◦ blue 206

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

Shades of Orchid #DB76CE

Tints of Orchid #DB76CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.73%

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

R = 40.33%
G = 21.73%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB76CE (or 0xDB76CE) is known color: Orchid. HEX triplet: DB, 76 and CE. RGB value is (219,118,206). Sum of RGB (Red+Green+Blue) = 219+118+206=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76CE is #248931. Grayscale: #9D9D9D. Windows color (decimal): -2394418 or 13530843. OLE color: 13530843.

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

Color convert

RGB 219 118 206 -
CMYK 0 0.46 0.06 0.14
HSL 307.72º 0.58% 0.66% -
HSV(B) 307.72º 0.46% 0.86% -
XYZ 46.83 32.47 62.19 -
YUV 158.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 219 118 206 0 0.46 0.06 0.14 307.72 0.58 0.66
Hex DB 76 CE 0 2E 6 E 134 3A 42
Octal 333 166 316 0 56 6 16 464 72 102
Binary 11011011 1110110 11001110 0 101110 110 1110 100110100 111010 1000010

Color Harmonies of #DB76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76CE

Black with #DB76CE

Text Example


Text Example

White with #DB76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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