Html Css Color HEX #DB76C1 Orchid

📋 copy color: '#DB76C1'

red 219 ◦ green 118 ◦ blue 193

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

Shades of Orchid #DB76C1

Tints of Orchid #DB76C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.42%

R = 41.32%
G = 22.26%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB76C1 (or 0xDB76C1) is known color: Orchid. HEX triplet: DB, 76 and C1. RGB value is (219,118,193). Sum of RGB (Red+Green+Blue) = 219+118+193=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76C1 is #24893E. Grayscale: #9C9C9C. Windows color (decimal): -2394431 or 12678875. OLE color: 12678875.

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

Color convert

RGB 219 118 193 -
CMYK 0 0.46 0.12 0.14
HSL 315.45º 0.58% 0.66% -
HSV(B) 315.45º 0.46% 0.86% -
XYZ 45.32 31.87 54.21 -
YUV 156.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 219 118 193 0 0.46 0.12 0.14 315.45 0.58 0.66
Hex DB 76 C1 0 2E C E 13B 3A 42
Octal 333 166 301 0 56 14 16 473 72 102
Binary 11011011 1110110 11000001 0 101110 1100 1110 100111011 111010 1000010

Color Harmonies of #DB76C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76C1

Black with #DB76C1

Text Example


Text Example

White with #DB76C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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