Html Css Color HEX #DB73C2 Orchid

📋 copy color: '#DB73C2'

red 219 ◦ green 115 ◦ blue 194

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

Shades of Orchid #DB73C2

Tints of Orchid #DB73C2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.78%

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

R = 41.48%
G = 21.78%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB73C2 (or 0xDB73C2) is known color: Orchid. HEX triplet: DB, 73 and C2. RGB value is (219,115,194). Sum of RGB (Red+Green+Blue) = 219+115+194=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73C2 is #248C3D. Grayscale: #9A9A9A. Windows color (decimal): -2395198 or 12743643. OLE color: 12743643.

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

Color convert

RGB 219 115 194 -
CMYK 0 0.47 0.11 0.14
HSL 314.42º 0.59% 0.65% -
HSV(B) 314.42º 0.47% 0.86% -
XYZ 45.08 31.22 54.69 -
YUV 155.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 219 115 194 0 0.47 0.11 0.14 314.42 0.59 0.65
Hex DB 73 C2 0 2F B E 13A 3B 41
Octal 333 163 302 0 57 13 16 472 73 101
Binary 11011011 1110011 11000010 0 101111 1011 1110 100111010 111011 1000001

Color Harmonies of #DB73C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73C2

Black with #DB73C2

Text Example


Text Example

White with #DB73C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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