Html Css Color HEX #C173E1 Medium Orchid

📋 copy color: '#C173E1'

red 193 ◦ green 115 ◦ blue 225

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

Shades of Medium Orchid #C173E1

Tints of Medium Orchid #C173E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.21%

R = 36.21%
G = 21.58%
B = 42.21%

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

#C173E1 (or 0xC173E1) is known color: Medium Orchid. HEX triplet: C1, 73 and E1. RGB value is (193,115,225). Sum of RGB (Red+Green+Blue) = 193+115+225=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #C173E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173E1 is #3E8C1E. Grayscale: #969696. Windows color (decimal): -4099103 or 14775233. OLE color: 14775233.

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

Color convert

RGB 193 115 225 -
CMYK 0.14 0.49 0 0.12
HSL 282.55º 0.65% 0.67% -
HSV(B) 282.55º 0.49% 0.88% -
XYZ 41.71 29.04 74.64 -
YUV 150.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 193 115 225 0.14 0.49 0 0.12 282.55 0.65 0.67
Hex C1 73 E1 E 31 0 C 11B 41 43
Octal 301 163 341 16 61 0 14 433 101 103
Binary 11000001 1110011 11100001 1110 110001 0 1100 100011011 1000001 1000011

Color Harmonies of #C173E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173E1

Black with #C173E1

Text Example


Text Example

White with #C173E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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