Html Css Color HEX #C170E9 Medium Orchid

📋 copy color: '#C170E9'

red 193 ◦ green 112 ◦ blue 233

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

Shades of Medium Orchid #C170E9

Tints of Medium Orchid #C170E9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.82%

 BLUE value IS 233 (91.41% from 255) = 43.31%

R = 35.87%
G = 20.82%
B = 43.31%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C170E9 (or 0xC170E9) is known color: Medium Orchid. HEX triplet: C1, 70 and E9. RGB value is (193,112,233). Sum of RGB (Red+Green+Blue) = 193+112+233=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #C170E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170E9 is #3E8F16. Grayscale: #959595. Windows color (decimal): -4099863 or 15298753. OLE color: 15298753.

HSL color Cylindrical-coordinate representation of color #C170E9: hue angle of 280.17º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C170E9 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 112 233 -
CMYK 0.17 0.52 0 0.09
HSL 280.17º 0.73% 0.68% -
HSV(B) 280.17º 0.52% 0.91% -
XYZ 42.49 28.81 80.41 -
YUV 150.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 193 112 233 0.17 0.52 0 0.09 280.17 0.73 0.68
Hex C1 70 E9 11 34 0 9 118 49 44
Octal 301 160 351 21 64 0 11 430 111 104
Binary 11000001 1110000 11101001 10001 110100 0 1001 100011000 1001001 1000100

Color Harmonies of #C170E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170E9

Black with #C170E9

Text Example


Text Example

White with #C170E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170E9; }

 p { color: rgb(193,112,233); }

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

background-color css

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

 a { background-color: rgb(193,112,233); }

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

border-color css

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

 span { border-color: rgb(193,112,233); }

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