Html Css Color HEX #C173DD Medium Orchid

📋 copy color: '#C173DD'

red 193 ◦ green 115 ◦ blue 221

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

Shades of Medium Orchid #C173DD

Tints of Medium Orchid #C173DD

RGB

 RED value IS 193 (75.78% from 255) = 36.48%

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

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

R = 36.48%
G = 21.74%
B = 41.78%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C173DD (or 0xC173DD) is known color: Medium Orchid. HEX triplet: C1, 73 and DD. RGB value is (193,115,221). Sum of RGB (Red+Green+Blue) = 193+115+221=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C173DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173DD is #3E8C22. Grayscale: #969696. Windows color (decimal): -4099107 or 14513089. OLE color: 14513089.

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

Color convert

RGB 193 115 221 -
CMYK 0.13 0.48 0 0.13
HSL 284.15º 0.61% 0.66% -
HSV(B) 284.15º 0.48% 0.87% -
XYZ 41.17 28.82 71.8 -
YUV 150.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 193 115 221 0.13 0.48 0 0.13 284.15 0.61 0.66
Hex C1 73 DD D 30 0 D 11C 3D 42
Octal 301 163 335 15 60 0 15 434 75 102
Binary 11000001 1110011 11011101 1101 110000 0 1101 100011100 111101 1000010

Color Harmonies of #C173DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173DD

Black with #C173DD

Text Example


Text Example

White with #C173DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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