Html Css Color HEX #C172D6 Medium Orchid

📋 copy color: '#C172D6'

red 193 ◦ green 114 ◦ blue 214

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

Shades of Medium Orchid #C172D6

Tints of Medium Orchid #C172D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 37.04%
G = 21.88%
B = 41.07%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C172D6 (or 0xC172D6) is known color: Medium Orchid. HEX triplet: C1, 72 and D6. RGB value is (193,114,214). Sum of RGB (Red+Green+Blue) = 193+114+214=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #C172D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172D6 is #3E8D29. Grayscale: #949494. Windows color (decimal): -4099370 or 14054081. OLE color: 14054081.

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

Color convert

RGB 193 114 214 -
CMYK 0.10 0.47 0 0.16
HSL 287.4º 0.55% 0.64% -
HSV(B) 287.4º 0.47% 0.84% -
XYZ 40.15 28.23 66.95 -
YUV 149.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 193 114 214 0.10 0.47 0 0.16 287.4 0.55 0.64
Hex C1 72 D6 A 2F 0 10 11F 37 40
Octal 301 162 326 12 57 0 20 437 67 100
Binary 11000001 1110010 11010110 1010 101111 0 10000 100011111 110111 1000000

Color Harmonies of #C172D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172D6

Black with #C172D6

Text Example


Text Example

White with #C172D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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