Html Css Color HEX #DB82DB Orchid

📋 copy color: '#DB82DB'

red 219 ◦ green 130 ◦ blue 219

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

Shades of Orchid #DB82DB

Tints of Orchid #DB82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.89%

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 38.56%
G = 22.89%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB82DB (or 0xDB82DB) is known color: Orchid. HEX triplet: DB, 82 and DB. RGB value is (219,130,219). Sum of RGB (Red+Green+Blue) = 219+130+219=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82DB is #247D24. Grayscale: #A6A6A6. Windows color (decimal): -2391333 or 14385883. OLE color: 14385883.

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

Color convert

RGB 219 130 219 -
CMYK 0 0.41 0 0.14
HSL 300º 0.55% 0.68% -
HSV(B) 300º 0.41% 0.86% -
XYZ 49.98 36.14 71.36 -
YUV 166.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 219 130 219 0 0.41 0 0.14 300 0.55 0.68
Hex DB 82 DB 0 29 0 E 12C 37 44
Octal 333 202 333 0 51 0 16 454 67 104
Binary 11011011 10000010 11011011 0 101001 0 1110 100101100 110111 1000100

Color Harmonies of #DB82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82DB

Black with #DB82DB

Text Example


Text Example

White with #DB82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82DB; }

 p { color: rgb(219,130,219); }

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

background-color css

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

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

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

border-color css

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

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

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