Html Css Color HEX #DB73E6 Orchid

📋 copy color: '#DB73E6'

red 219 ◦ green 115 ◦ blue 230

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

Shades of Orchid #DB73E6

Tints of Orchid #DB73E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 38.83%
G = 20.39%
B = 40.78%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB73E6 (or 0xDB73E6) is known color: Orchid. HEX triplet: DB, 73 and E6. RGB value is (219,115,230). Sum of RGB (Red+Green+Blue) = 219+115+230=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB73E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB73E6 is #248C19. Grayscale: #9E9E9E. Windows color (decimal): -2395162 or 15102939. OLE color: 15102939.

HSL color Cylindrical-coordinate representation of color #DB73E6: hue angle of 294.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB73E6 is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 115 230 -
CMYK 0.05 0.5 0 0.10
HSL 294.26º 0.7% 0.68% -
HSV(B) 294.26º 0.5% 0.9% -
XYZ 49.63 33.03 78.62 -
YUV 159.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 219 115 230 0.05 0.5 0 0.10 294.26 0.7 0.68
Hex DB 73 E6 5 32 0 A 126 46 44
Octal 333 163 346 5 62 0 12 446 106 104
Binary 11011011 1110011 11100110 101 110010 0 1010 100100110 1000110 1000100

Color Harmonies of #DB73E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73E6

Black with #DB73E6

Text Example


Text Example

White with #DB73E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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