Html Css Color HEX #DD73D0 Orchid

📋 copy color: '#DD73D0'

red 221 ◦ green 115 ◦ blue 208

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

Shades of Orchid #DD73D0

Tints of Orchid #DD73D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 40.63%
G = 21.14%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD73D0 (or 0xDD73D0) is known color: Orchid. HEX triplet: DD, 73 and D0. RGB value is (221,115,208). Sum of RGB (Red+Green+Blue) = 221+115+208=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73D0 is #228C2F. Grayscale: #9D9D9D. Windows color (decimal): -2264112 or 13661149. OLE color: 13661149.

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

Color convert

RGB 221 115 208 -
CMYK 0 0.48 0.06 0.13
HSL 307.36º 0.61% 0.66% -
HSV(B) 307.36º 0.48% 0.87% -
XYZ 47.33 32.19 63.39 -
YUV 157.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 221 115 208 0 0.48 0.06 0.13 307.36 0.61 0.66
Hex DD 73 D0 0 30 6 D 133 3D 42
Octal 335 163 320 0 60 6 15 463 75 102
Binary 11011101 1110011 11010000 0 110000 110 1101 100110011 111101 1000010

Color Harmonies of #DD73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73D0

Black with #DD73D0

Text Example


Text Example

White with #DD73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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