Html Css Color HEX #DD82DB Orchid

📋 copy color: '#DD82DB'

red 221 ◦ green 130 ◦ blue 219

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

Shades of Orchid #DD82DB

Tints of Orchid #DD82DB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD82DB (or 0xDD82DB) is known color: Orchid. HEX triplet: DD, 82 and DB. RGB value is (221,130,219). Sum of RGB (Red+Green+Blue) = 221+130+219=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82DB is #227D24. Grayscale: #A7A7A7. Windows color (decimal): -2260261 or 14385885. OLE color: 14385885.

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

Color convert

RGB 221 130 219 -
CMYK 0 0.41 0.01 0.13
HSL 301.32º 0.57% 0.69% -
HSV(B) 301.32º 0.41% 0.87% -
XYZ 50.59 36.45 71.39 -
YUV 167.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 221 130 219 0 0.41 0.01 0.13 301.32 0.57 0.69
Hex DD 82 DB 0 29 1 D 12D 39 45
Octal 335 202 333 0 51 1 15 455 71 105
Binary 11011101 10000010 11011011 0 101001 1 1101 100101101 111001 1000101

Color Harmonies of #DD82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82DB

Black with #DD82DB

Text Example


Text Example

White with #DD82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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