Html Css Color HEX #DB81CD Orchid

📋 copy color: '#DB81CD'

red 219 ◦ green 129 ◦ blue 205

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

Shades of Orchid #DB81CD

Tints of Orchid #DB81CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 39.6%
G = 23.33%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB81CD (or 0xDB81CD) is known color: Orchid. HEX triplet: DB, 81 and CD. RGB value is (219,129,205). Sum of RGB (Red+Green+Blue) = 219+129+205=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81CD is #247E32. Grayscale: #A4A4A4. Windows color (decimal): -2391603 or 13468123. OLE color: 13468123.

HSL color Cylindrical-coordinate representation of color #DB81CD: hue angle of 309.33º 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 #DB81CD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 205 -
CMYK 0 0.41 0.06 0.14
HSL 309.33º 0.56% 0.68% -
HSV(B) 309.33º 0.41% 0.86% -
XYZ 48.08 35.17 62.01 -
YUV 164.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 219 129 205 0 0.41 0.06 0.14 309.33 0.56 0.68
Hex DB 81 CD 0 29 6 E 135 38 44
Octal 333 201 315 0 51 6 16 465 70 104
Binary 11011011 10000001 11001101 0 101001 110 1110 100110101 111000 1000100

Color Harmonies of #DB81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81CD

Black with #DB81CD

Text Example


Text Example

White with #DB81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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