Html Css Color HEX #C174D3 Medium Orchid

📋 copy color: '#C174D3'

red 193 ◦ green 116 ◦ blue 211

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

Shades of Medium Orchid #C174D3

Tints of Medium Orchid #C174D3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.31%

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 37.12%
G = 22.31%
B = 40.58%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C174D3 (or 0xC174D3) is known color: Medium Orchid. HEX triplet: C1, 74 and D3. RGB value is (193,116,211). Sum of RGB (Red+Green+Blue) = 193+116+211=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #C174D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174D3 is #3E8B2C. Grayscale: #959595. Windows color (decimal): -4098861 or 13857985. OLE color: 13857985.

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

Color convert

RGB 193 116 211 -
CMYK 0.09 0.45 0 0.17
HSL 288.63º 0.52% 0.64% -
HSV(B) 288.63º 0.45% 0.83% -
XYZ 40 28.53 65.03 -
YUV 149.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 193 116 211 0.09 0.45 0 0.17 288.63 0.52 0.64
Hex C1 74 D3 9 2D 0 11 121 34 40
Octal 301 164 323 11 55 0 21 441 64 100
Binary 11000001 1110100 11010011 1001 101101 0 10001 100100001 110100 1000000

Color Harmonies of #C174D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174D3

Black with #C174D3

Text Example


Text Example

White with #C174D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174D3; }

 p { color: rgb(193,116,211); }

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

background-color css

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

 a { background-color: rgb(193,116,211); }

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

border-color css

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

 span { border-color: rgb(193,116,211); }

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