Html Css Color HEX #C171D5 Medium Orchid

📋 copy color: '#C171D5'

red 193 ◦ green 113 ◦ blue 213

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

Shades of Medium Orchid #C171D5

Tints of Medium Orchid #C171D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 37.19%
G = 21.77%
B = 41.04%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C171D5 (or 0xC171D5) is known color: Medium Orchid. HEX triplet: C1, 71 and D5. RGB value is (193,113,213). Sum of RGB (Red+Green+Blue) = 193+113+213=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #C171D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171D5 is #3E8E2A. Grayscale: #949494. Windows color (decimal): -4099627 or 13988289. OLE color: 13988289.

HSL color Cylindrical-coordinate representation of color #C171D5: hue angle of 288º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C171D5 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 113 213 -
CMYK 0.09 0.47 0 0.16
HSL 288º 0.54% 0.64% -
HSV(B) 288º 0.47% 0.84% -
XYZ 39.91 27.95 66.24 -
YUV 148.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 193 113 213 0.09 0.47 0 0.16 288 0.54 0.64
Hex C1 71 D5 9 2F 0 10 120 36 40
Octal 301 161 325 11 57 0 20 440 66 100
Binary 11000001 1110001 11010101 1001 101111 0 10000 100100000 110110 1000000

Color Harmonies of #C171D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171D5

Black with #C171D5

Text Example


Text Example

White with #C171D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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