Html Css Color HEX #DB70E5 Orchid

📋 copy color: '#DB70E5'

red 219 ◦ green 112 ◦ blue 229

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

Shades of Orchid #DB70E5

Tints of Orchid #DB70E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 39.11%
G = 20%
B = 40.89%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB70E5 (or 0xDB70E5) is known color: Orchid. HEX triplet: DB, 70 and E5. RGB value is (219,112,229). Sum of RGB (Red+Green+Blue) = 219+112+229=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB70E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70E5 is #248F1A. Grayscale: #9C9C9C. Windows color (decimal): -2395931 or 15036635. OLE color: 15036635.

HSL color Cylindrical-coordinate representation of color #DB70E5: hue angle of 294.87º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB70E5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 112 229 -
CMYK 0.04 0.51 0 0.10
HSL 294.87º 0.69% 0.67% -
HSV(B) 294.87º 0.51% 0.9% -
XYZ 49.15 32.31 77.77 -
YUV 157.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 219 112 229 0.04 0.51 0 0.10 294.87 0.69 0.67
Hex DB 70 E5 4 33 0 A 127 45 43
Octal 333 160 345 4 63 0 12 447 105 103
Binary 11011011 1110000 11100101 100 110011 0 1010 100100111 1000101 1000011

Color Harmonies of #DB70E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70E5

Black with #DB70E5

Text Example


Text Example

White with #DB70E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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