Html Css Color HEX #DB76C2 Orchid

📋 copy color: '#DB76C2'

red 219 ◦ green 118 ◦ blue 194

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

Shades of Orchid #DB76C2

Tints of Orchid #DB76C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.53%

R = 41.24%
G = 22.22%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB76C2 (or 0xDB76C2) is known color: Orchid. HEX triplet: DB, 76 and C2. RGB value is (219,118,194). Sum of RGB (Red+Green+Blue) = 219+118+194=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76C2 is #24893D. Grayscale: #9C9C9C. Windows color (decimal): -2394430 or 12744411. OLE color: 12744411.

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

Color convert

RGB 219 118 194 -
CMYK 0 0.46 0.11 0.14
HSL 314.85º 0.58% 0.66% -
HSV(B) 314.85º 0.46% 0.86% -
XYZ 45.43 31.91 54.8 -
YUV 156.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 219 118 194 0 0.46 0.11 0.14 314.85 0.58 0.66
Hex DB 76 C2 0 2E B E 13B 3A 42
Octal 333 166 302 0 56 13 16 473 72 102
Binary 11011011 1110110 11000010 0 101110 1011 1110 100111011 111010 1000010

Color Harmonies of #DB76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76C2

Black with #DB76C2

Text Example


Text Example

White with #DB76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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