Html Css Color HEX #DB81C9 Orchid

📋 copy color: '#DB81C9'

red 219 ◦ green 129 ◦ blue 201

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

Shades of Orchid #DB81C9

Tints of Orchid #DB81C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 39.89%
G = 23.5%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB81C9 (or 0xDB81C9) is known color: Orchid. HEX triplet: DB, 81 and C9. RGB value is (219,129,201). Sum of RGB (Red+Green+Blue) = 219+129+201=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81C9 is #247E36. Grayscale: #A3A3A3. Windows color (decimal): -2391607 or 13205979. OLE color: 13205979.

HSL color Cylindrical-coordinate representation of color #DB81C9: hue angle of 312º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB81C9 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 201 -
CMYK 0 0.41 0.08 0.14
HSL 312º 0.56% 0.68% -
HSV(B) 312º 0.41% 0.86% -
XYZ 47.61 34.98 59.5 -
YUV 164.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 219 129 201 0 0.41 0.08 0.14 312 0.56 0.68
Hex DB 81 C9 0 29 8 E 138 38 44
Octal 333 201 311 0 51 10 16 470 70 104
Binary 11011011 10000001 11001001 0 101001 1000 1110 100111000 111000 1000100

Color Harmonies of #DB81C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81C9

Black with #DB81C9

Text Example


Text Example

White with #DB81C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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