Html Css Color HEX #DB81E1 Orchid

📋 copy color: '#DB81E1'

red 219 ◦ green 129 ◦ blue 225

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

Shades of Orchid #DB81E1

Tints of Orchid #DB81E1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.51%

 BLUE value IS 225 (88.28% from 255) = 39.27%

R = 38.22%
G = 22.51%
B = 39.27%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB81E1 (or 0xDB81E1) is known color: Orchid. HEX triplet: DB, 81 and E1. RGB value is (219,129,225). Sum of RGB (Red+Green+Blue) = 219+129+225=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB81E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81E1 is #247E1E. Grayscale: #A6A6A6. Windows color (decimal): -2391583 or 14778843. OLE color: 14778843.

HSL color Cylindrical-coordinate representation of color #DB81E1: hue angle of 296.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB81E1 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 129 225 -
CMYK 0.03 0.43 0 0.12
HSL 296.25º 0.62% 0.69% -
HSV(B) 296.25º 0.43% 0.88% -
XYZ 50.65 36.2 75.55 -
YUV 166.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 219 129 225 0.03 0.43 0 0.12 296.25 0.62 0.69
Hex DB 81 E1 3 2B 0 C 128 3E 45
Octal 333 201 341 3 53 0 14 450 76 105
Binary 11011011 10000001 11100001 11 101011 0 1100 100101000 111110 1000101

Color Harmonies of #DB81E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81E1

Black with #DB81E1

Text Example


Text Example

White with #DB81E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81E1; }

 p { color: rgb(219,129,225); }

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

background-color css

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

 a { background-color: rgb(219,129,225); }

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

border-color css

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

 span { border-color: rgb(219,129,225); }

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