Html Css Color HEX #DB71E6 Orchid

📋 copy color: '#DB71E6'

red 219 ◦ green 113 ◦ blue 230

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

Shades of Orchid #DB71E6

Tints of Orchid #DB71E6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.11%

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

R = 38.97%
G = 20.11%
B = 40.93%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB71E6 (or 0xDB71E6) is known color: Orchid. HEX triplet: DB, 71 and E6. RGB value is (219,113,230). Sum of RGB (Red+Green+Blue) = 219+113+230=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB71E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71E6 is #248E19. Grayscale: #9D9D9D. Windows color (decimal): -2395674 or 15102427. OLE color: 15102427.

HSL color Cylindrical-coordinate representation of color #DB71E6: hue angle of 294.36º degrees, saturation: 0.7, 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 #DB71E6 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 113 230 -
CMYK 0.05 0.51 0 0.10
HSL 294.36º 0.7% 0.67% -
HSV(B) 294.36º 0.51% 0.9% -
XYZ 49.4 32.58 78.55 -
YUV 158.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 219 113 230 0.05 0.51 0 0.10 294.36 0.7 0.67
Hex DB 71 E6 5 33 0 A 126 46 43
Octal 333 161 346 5 63 0 12 446 106 103
Binary 11011011 1110001 11100110 101 110011 0 1010 100100110 1000110 1000011

Color Harmonies of #DB71E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71E6

Black with #DB71E6

Text Example


Text Example

White with #DB71E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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