Html Css Color HEX #DB73C3 Orchid

📋 copy color: '#DB73C3'

red 219 ◦ green 115 ◦ blue 195

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

Shades of Orchid #DB73C3

Tints of Orchid #DB73C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.86%

R = 41.4%
G = 21.74%
B = 36.86%

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

#DB73C3 (or 0xDB73C3) is known color: Orchid. HEX triplet: DB, 73 and C3. RGB value is (219,115,195). Sum of RGB (Red+Green+Blue) = 219+115+195=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73C3 is #248C3C. Grayscale: #9B9B9B. Windows color (decimal): -2395197 or 12809179. OLE color: 12809179.

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

Color convert

RGB 219 115 195 -
CMYK 0 0.47 0.11 0.14
HSL 313.85º 0.59% 0.65% -
HSV(B) 313.85º 0.47% 0.86% -
XYZ 45.19 31.26 55.28 -
YUV 155.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 219 115 195 0 0.47 0.11 0.14 313.85 0.59 0.65
Hex DB 73 C3 0 2F B E 13A 3B 41
Octal 333 163 303 0 57 13 16 472 73 101
Binary 11011011 1110011 11000011 0 101111 1011 1110 100111010 111011 1000001

Color Harmonies of #DB73C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73C3

Black with #DB73C3

Text Example


Text Example

White with #DB73C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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