Html Css Color HEX #DD73CE Orchid

📋 copy color: '#DD73CE'

red 221 ◦ green 115 ◦ blue 206

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

Shades of Orchid #DD73CE

Tints of Orchid #DD73CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 40.77%
G = 21.22%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD73CE (or 0xDD73CE) is known color: Orchid. HEX triplet: DD, 73 and CE. RGB value is (221,115,206). Sum of RGB (Red+Green+Blue) = 221+115+206=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73CE is #228C31. Grayscale: #9C9C9C. Windows color (decimal): -2264114 or 13530077. OLE color: 13530077.

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

Color convert

RGB 221 115 206 -
CMYK 0 0.48 0.07 0.13
HSL 308.49º 0.61% 0.66% -
HSV(B) 308.49º 0.48% 0.87% -
XYZ 47.09 32.09 62.1 -
YUV 157.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 221 115 206 0 0.48 0.07 0.13 308.49 0.61 0.66
Hex DD 73 CE 0 30 7 D 134 3D 42
Octal 335 163 316 0 60 7 15 464 75 102
Binary 11011101 1110011 11001110 0 110000 111 1101 100110100 111101 1000010

Color Harmonies of #DD73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73CE

Black with #DD73CE

Text Example


Text Example

White with #DD73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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