Html Css Color HEX #C173E0 Medium Orchid

📋 copy color: '#C173E0'

red 193 ◦ green 115 ◦ blue 224

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

Shades of Medium Orchid #C173E0

Tints of Medium Orchid #C173E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 36.28%
G = 21.62%
B = 42.11%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C173E0 (or 0xC173E0) is known color: Medium Orchid. HEX triplet: C1, 73 and E0. RGB value is (193,115,224). Sum of RGB (Red+Green+Blue) = 193+115+224=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #C173E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173E0 is #3E8C1F. Grayscale: #969696. Windows color (decimal): -4099104 or 14709697. OLE color: 14709697.

HSL color Cylindrical-coordinate representation of color #C173E0: hue angle of 282.94º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C173E0 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 115 224 -
CMYK 0.14 0.49 0 0.12
HSL 282.94º 0.64% 0.66% -
HSV(B) 282.94º 0.49% 0.88% -
XYZ 41.58 28.98 73.92 -
YUV 150.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 193 115 224 0.14 0.49 0 0.12 282.94 0.64 0.66
Hex C1 73 E0 E 31 0 C 11B 40 42
Octal 301 163 340 16 61 0 14 433 100 102
Binary 11000001 1110011 11100000 1110 110001 0 1100 100011011 1000000 1000010

Color Harmonies of #C173E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173E0

Black with #C173E0

Text Example


Text Example

White with #C173E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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