Html Css Color HEX #DB73DE Orchid

📋 copy color: '#DB73DE'

red 219 ◦ green 115 ◦ blue 222

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

Shades of Orchid #DB73DE

Tints of Orchid #DB73DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 39.39%
G = 20.68%
B = 39.93%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB73DE (or 0xDB73DE) is known color: Orchid. HEX triplet: DB, 73 and DE. RGB value is (219,115,222). Sum of RGB (Red+Green+Blue) = 219+115+222=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB73DE is #248C21. Grayscale: #9D9D9D. Windows color (decimal): -2395170 or 14578651. OLE color: 14578651.

HSL color Cylindrical-coordinate representation of color #DB73DE: hue angle of 298.32º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB73DE is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 115 222 -
CMYK 0.01 0.48 0 0.13
HSL 298.32º 0.62% 0.66% -
HSV(B) 298.32º 0.48% 0.87% -
XYZ 48.53 32.6 72.84 -
YUV 158.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 219 115 222 0.01 0.48 0 0.13 298.32 0.62 0.66
Hex DB 73 DE 1 30 0 D 12A 3E 42
Octal 333 163 336 1 60 0 15 452 76 102
Binary 11011011 1110011 11011110 1 110000 0 1101 100101010 111110 1000010

Color Harmonies of #DB73DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB73DE

Black with #DB73DE

Text Example


Text Example

White with #DB73DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB73DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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