Html Css Color HEX #DD73C2 Orchid

📋 copy color: '#DD73C2'

red 221 ◦ green 115 ◦ blue 194

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

Shades of Orchid #DD73C2

Tints of Orchid #DD73C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 41.7%
G = 21.7%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD73C2 (or 0xDD73C2) is known color: Orchid. HEX triplet: DD, 73 and C2. RGB value is (221,115,194). Sum of RGB (Red+Green+Blue) = 221+115+194=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73C2 is #228C3D. Grayscale: #9B9B9B. Windows color (decimal): -2264126 or 12743645. OLE color: 12743645.

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

Color convert

RGB 221 115 194 -
CMYK 0 0.48 0.12 0.13
HSL 315.28º 0.61% 0.66% -
HSV(B) 315.28º 0.48% 0.87% -
XYZ 45.69 31.53 54.72 -
YUV 155.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 221 115 194 0 0.48 0.12 0.13 315.28 0.61 0.66
Hex DD 73 C2 0 30 C D 13B 3D 42
Octal 335 163 302 0 60 14 15 473 75 102
Binary 11011101 1110011 11000010 0 110000 1100 1101 100111011 111101 1000010

Color Harmonies of #DD73C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73C2

Black with #DD73C2

Text Example


Text Example

White with #DD73C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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