Html Css Color HEX #DB76C4 Orchid

📋 copy color: '#DB76C4'

red 219 ◦ green 118 ◦ blue 196

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

Shades of Orchid #DB76C4

Tints of Orchid #DB76C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.77%

R = 41.09%
G = 22.14%
B = 36.77%

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

#DB76C4 (or 0xDB76C4) is known color: Orchid. HEX triplet: DB, 76 and C4. RGB value is (219,118,196). Sum of RGB (Red+Green+Blue) = 219+118+196=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76C4 is #24893B. Grayscale: #9C9C9C. Windows color (decimal): -2394428 or 12875483. OLE color: 12875483.

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

Color convert

RGB 219 118 196 -
CMYK 0 0.46 0.11 0.14
HSL 313.66º 0.58% 0.66% -
HSV(B) 313.66º 0.46% 0.86% -
XYZ 45.66 32 56 -
YUV 157.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 219 118 196 0 0.46 0.11 0.14 313.66 0.58 0.66
Hex DB 76 C4 0 2E B E 13A 3A 42
Octal 333 166 304 0 56 13 16 472 72 102
Binary 11011011 1110110 11000100 0 101110 1011 1110 100111010 111010 1000010

Color Harmonies of #DB76C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76C4

Black with #DB76C4

Text Example


Text Example

White with #DB76C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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