Html Css Color HEX #C170D5 Medium Orchid

📋 copy color: '#C170D5'

red 193 ◦ green 112 ◦ blue 213

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

Shades of Medium Orchid #C170D5

Tints of Medium Orchid #C170D5

RGB

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

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

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

R = 37.26%
G = 21.62%
B = 41.12%

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

#C170D5 (or 0xC170D5) is known color: Medium Orchid. HEX triplet: C1, 70 and D5. RGB value is (193,112,213). Sum of RGB (Red+Green+Blue) = 193+112+213=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #C170D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170D5 is #3E8F2A. Grayscale: #939393. Windows color (decimal): -4099883 or 13988033. OLE color: 13988033.

HSL color Cylindrical-coordinate representation of color #C170D5: hue angle of 288.12º degrees, saturation: 0.55, 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 #C170D5 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 112 213 -
CMYK 0.09 0.47 0 0.16
HSL 288.12º 0.55% 0.64% -
HSV(B) 288.12º 0.47% 0.84% -
XYZ 39.8 27.73 66.21 -
YUV 147.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 193 112 213 0.09 0.47 0 0.16 288.12 0.55 0.64
Hex C1 70 D5 9 2F 0 10 120 37 40
Octal 301 160 325 11 57 0 20 440 67 100
Binary 11000001 1110000 11010101 1001 101111 0 10000 100100000 110111 1000000

Color Harmonies of #C170D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170D5

Black with #C170D5

Text Example


Text Example

White with #C170D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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