Html Css Color HEX #DD82E0 Orchid

📋 copy color: '#DD82E0'

red 221 ◦ green 130 ◦ blue 224

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

Shades of Orchid #DD82E0

Tints of Orchid #DD82E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 38.43%
G = 22.61%
B = 38.96%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD82E0 (or 0xDD82E0) is known color: Orchid. HEX triplet: DD, 82 and E0. RGB value is (221,130,224). Sum of RGB (Red+Green+Blue) = 221+130+224=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD82E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82E0 is #227D1F. Grayscale: #A7A7A7. Windows color (decimal): -2260256 or 14713565. OLE color: 14713565.

HSL color Cylindrical-coordinate representation of color #DD82E0: hue angle of 298.09º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD82E0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 130 224 -
CMYK 0.01 0.42 0 0.12
HSL 298.09º 0.6% 0.69% -
HSV(B) 298.09º 0.42% 0.88% -
XYZ 51.26 36.72 74.91 -
YUV 167.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 221 130 224 0.01 0.42 0 0.12 298.09 0.6 0.69
Hex DD 82 E0 1 2A 0 C 12A 3C 45
Octal 335 202 340 1 52 0 14 452 74 105
Binary 11011101 10000010 11100000 1 101010 0 1100 100101010 111100 1000101

Color Harmonies of #DD82E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD82E0

Black with #DD82E0

Text Example


Text Example

White with #DD82E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD82E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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