Html Css Color HEX #C172DC Medium Orchid

📋 copy color: '#C172DC'

red 193 ◦ green 114 ◦ blue 220

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

Shades of Medium Orchid #C172DC

Tints of Medium Orchid #C172DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.63%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 36.62%
G = 21.63%
B = 41.75%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C172DC (or 0xC172DC) is known color: Medium Orchid. HEX triplet: C1, 72 and DC. RGB value is (193,114,220). Sum of RGB (Red+Green+Blue) = 193+114+220=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C172DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172DC is #3E8D23. Grayscale: #959595. Windows color (decimal): -4099364 or 14447297. OLE color: 14447297.

HSL color Cylindrical-coordinate representation of color #C172DC: hue angle of 284.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C172DC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 114 220 -
CMYK 0.12 0.48 0 0.14
HSL 284.72º 0.6% 0.65% -
HSV(B) 284.72º 0.48% 0.86% -
XYZ 40.93 28.54 71.06 -
YUV 149.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 193 114 220 0.12 0.48 0 0.14 284.72 0.6 0.65
Hex C1 72 DC C 30 0 E 11D 3C 41
Octal 301 162 334 14 60 0 16 435 74 101
Binary 11000001 1110010 11011100 1100 110000 0 1110 100011101 111100 1000001

Color Harmonies of #C172DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172DC

Black with #C172DC

Text Example


Text Example

White with #C172DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172DC; }

 p { color: rgb(193,114,220); }

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

background-color css

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

 a { background-color: rgb(193,114,220); }

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

border-color css

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

 span { border-color: rgb(193,114,220); }

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