Html Css Color HEX #DB72C9 Orchid

📋 copy color: '#DB72C9'

red 219 ◦ green 114 ◦ blue 201

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

Shades of Orchid #DB72C9

Tints of Orchid #DB72C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.64%

R = 41.01%
G = 21.35%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB72C9 (or 0xDB72C9) is known color: Orchid. HEX triplet: DB, 72 and C9. RGB value is (219,114,201). Sum of RGB (Red+Green+Blue) = 219+114+201=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72C9 is #248D36. Grayscale: #9B9B9B. Windows color (decimal): -2395447 or 13202139. OLE color: 13202139.

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

Color convert

RGB 219 114 201 -
CMYK 0 0.48 0.08 0.14
HSL 310.29º 0.59% 0.65% -
HSV(B) 310.29º 0.48% 0.86% -
XYZ 45.77 31.31 58.89 -
YUV 155.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 219 114 201 0 0.48 0.08 0.14 310.29 0.59 0.65
Hex DB 72 C9 0 30 8 E 136 3B 41
Octal 333 162 311 0 60 10 16 466 73 101
Binary 11011011 1110010 11001001 0 110000 1000 1110 100110110 111011 1000001

Color Harmonies of #DB72C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72C9

Black with #DB72C9

Text Example


Text Example

White with #DB72C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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