Html Css Color HEX #DD73DD Orchid

📋 copy color: '#DD73DD'

red 221 ◦ green 115 ◦ blue 221

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

Shades of Orchid #DD73DD

Tints of Orchid #DD73DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.65%

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

R = 39.68%
G = 20.65%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD73DD (or 0xDD73DD) is known color: Orchid. HEX triplet: DD, 73 and DD. RGB value is (221,115,221). Sum of RGB (Red+Green+Blue) = 221+115+221=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73DD is #228C22. Grayscale: #9E9E9E. Windows color (decimal): -2264099 or 14513117. OLE color: 14513117.

HSL color Cylindrical-coordinate representation of color #DD73DD: hue angle of 300º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD73DD is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 221 -
CMYK 0 0.48 0 0.13
HSL 300º 0.61% 0.66% -
HSV(B) 300º 0.48% 0.87% -
XYZ 49 32.85 72.17 -
YUV 158.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 221 115 221 0 0.48 0 0.13 300 0.61 0.66
Hex DD 73 DD 0 30 0 D 12C 3D 42
Octal 335 163 335 0 60 0 15 454 75 102
Binary 11011101 1110011 11011101 0 110000 0 1101 100101100 111101 1000010

Color Harmonies of #DD73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73DD

Black with #DD73DD

Text Example


Text Example

White with #DD73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73DD; }

 p { color: rgb(221,115,221); }

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

background-color css

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

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

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

border-color css

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

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

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