Html Css Color HEX #DB72C5 Orchid

📋 copy color: '#DB72C5'

red 219 ◦ green 114 ◦ blue 197

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

Shades of Orchid #DB72C5

Tints of Orchid #DB72C5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 41.32%
G = 21.51%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB72C5 (or 0xDB72C5) is known color: Orchid. HEX triplet: DB, 72 and C5. RGB value is (219,114,197). Sum of RGB (Red+Green+Blue) = 219+114+197=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72C5 is #248D3A. Grayscale: #9A9A9A. Windows color (decimal): -2395451 or 12939995. OLE color: 12939995.

HSL color Cylindrical-coordinate representation of color #DB72C5: hue angle of 312.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72C5 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 197 -
CMYK 0 0.48 0.10 0.14
HSL 312.57º 0.59% 0.65% -
HSV(B) 312.57º 0.48% 0.86% -
XYZ 45.31 31.13 56.44 -
YUV 154.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 219 114 197 0 0.48 0.10 0.14 312.57 0.59 0.65
Hex DB 72 C5 0 30 A E 139 3B 41
Octal 333 162 305 0 60 12 16 471 73 101
Binary 11011011 1110010 11000101 0 110000 1010 1110 100111001 111011 1000001

Color Harmonies of #DB72C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72C5

Black with #DB72C5

Text Example


Text Example

White with #DB72C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72C5; }

 p { color: rgb(219,114,197); }

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

background-color css

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

 a { background-color: rgb(219,114,197); }

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

border-color css

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

 span { border-color: rgb(219,114,197); }

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