Html Css Color HEX #DB82DD Orchid

📋 copy color: '#DB82DD'

red 219 ◦ green 130 ◦ blue 221

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

Shades of Orchid #DB82DD

Tints of Orchid #DB82DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 38.42%
G = 22.81%
B = 38.77%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB82DD (or 0xDB82DD) is known color: Orchid. HEX triplet: DB, 82 and DD. RGB value is (219,130,221). Sum of RGB (Red+Green+Blue) = 219+130+221=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82DD is #247D22. Grayscale: #A6A6A6. Windows color (decimal): -2391331 or 14516955. OLE color: 14516955.

HSL color Cylindrical-coordinate representation of color #DB82DD: hue angle of 298.68º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82DD is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 130 221 -
CMYK 0.01 0.41 0 0.13
HSL 298.68º 0.57% 0.69% -
HSV(B) 298.68º 0.41% 0.87% -
XYZ 50.25 36.25 72.75 -
YUV 166.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 219 130 221 0.01 0.41 0 0.13 298.68 0.57 0.69
Hex DB 82 DD 1 29 0 D 12B 39 45
Octal 333 202 335 1 51 0 15 453 71 105
Binary 11011011 10000010 11011101 1 101001 0 1101 100101011 111001 1000101

Color Harmonies of #DB82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82DD

Black with #DB82DD

Text Example


Text Example

White with #DB82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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