Html Css Color HEX #C170E1 Medium Orchid

📋 copy color: '#C170E1'

red 193 ◦ green 112 ◦ blue 225

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

Shades of Medium Orchid #C170E1

Tints of Medium Orchid #C170E1

RGB

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

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

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

R = 36.42%
G = 21.13%
B = 42.45%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C170E1 (or 0xC170E1) is known color: Medium Orchid. HEX triplet: C1, 70 and E1. RGB value is (193,112,225). Sum of RGB (Red+Green+Blue) = 193+112+225=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #C170E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170E1 is #3E8F1E. Grayscale: #949494. Windows color (decimal): -4099871 or 14774465. OLE color: 14774465.

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

Color convert

RGB 193 112 225 -
CMYK 0.14 0.50 0 0.12
HSL 283.01º 0.65% 0.66% -
HSV(B) 283.01º 0.5% 0.88% -
XYZ 41.38 28.36 74.53 -
YUV 149.1 170.84 159.31 -
System Red Green Blue C M Y K H S L
Decimal 193 112 225 0.14 0.50 0 0.12 283.01 0.65 0.66
Hex C1 70 E1 E 32 0 C 11B 41 42
Octal 301 160 341 16 62 0 14 433 101 102
Binary 11000001 1110000 11100001 1110 110010 0 1100 100011011 1000001 1000010

Color Harmonies of #C170E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170E1

Black with #C170E1

Text Example


Text Example

White with #C170E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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