Html Css Color HEX #DB70E9 Orchid

📋 copy color: '#DB70E9'

red 219 ◦ green 112 ◦ blue 233

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

Shades of Orchid #DB70E9

Tints of Orchid #DB70E9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.86%

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 38.83%
G = 19.86%
B = 41.31%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB70E9 (or 0xDB70E9) is known color: Orchid. HEX triplet: DB, 70 and E9. RGB value is (219,112,233). Sum of RGB (Red+Green+Blue) = 219+112+233=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70E9 is #248F16. Grayscale: #9D9D9D. Windows color (decimal): -2395927 or 15298779. OLE color: 15298779.

HSL color Cylindrical-coordinate representation of color #DB70E9: hue angle of 293.06º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB70E9 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 112 233 -
CMYK 0.06 0.52 0 0.09
HSL 293.06º 0.73% 0.68% -
HSV(B) 293.06º 0.52% 0.91% -
XYZ 49.72 32.53 80.75 -
YUV 157.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 219 112 233 0.06 0.52 0 0.09 293.06 0.73 0.68
Hex DB 70 E9 6 34 0 9 125 49 44
Octal 333 160 351 6 64 0 11 445 111 104
Binary 11011011 1110000 11101001 110 110100 0 1001 100100101 1001001 1000100

Color Harmonies of #DB70E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70E9

Black with #DB70E9

Text Example


Text Example

White with #DB70E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70E9; }

 p { color: rgb(219,112,233); }

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

background-color css

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

 a { background-color: rgb(219,112,233); }

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

border-color css

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

 span { border-color: rgb(219,112,233); }

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