Html Css Color HEX #C171E5 Medium Orchid

📋 copy color: '#C171E5'

red 193 ◦ green 113 ◦ blue 229

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

Shades of Medium Orchid #C171E5

Tints of Medium Orchid #C171E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.12%

 BLUE value IS 229 (89.84% from 255) = 42.8%

R = 36.07%
G = 21.12%
B = 42.8%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C171E5 (or 0xC171E5) is known color: Medium Orchid. HEX triplet: C1, 71 and E5. RGB value is (193,113,229). Sum of RGB (Red+Green+Blue) = 193+113+229=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #C171E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171E5 is #3E8E1A. Grayscale: #959595. Windows color (decimal): -4099611 or 15036865. OLE color: 15036865.

HSL color Cylindrical-coordinate representation of color #C171E5: hue angle of 281.38º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C171E5 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 113 229 -
CMYK 0.16 0.51 0 0.10
HSL 281.38º 0.69% 0.67% -
HSV(B) 281.38º 0.51% 0.9% -
XYZ 42.04 28.8 77.47 -
YUV 150.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 193 113 229 0.16 0.51 0 0.10 281.38 0.69 0.67
Hex C1 71 E5 10 33 0 A 119 45 43
Octal 301 161 345 20 63 0 12 431 105 103
Binary 11000001 1110001 11100101 10000 110011 0 1010 100011001 1000101 1000011

Color Harmonies of #C171E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171E5

Black with #C171E5

Text Example


Text Example

White with #C171E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171E5; }

 p { color: rgb(193,113,229); }

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

background-color css

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

 a { background-color: rgb(193,113,229); }

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

border-color css

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

 span { border-color: rgb(193,113,229); }

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