Html Css Color HEX #C171DF Medium Orchid

📋 copy color: '#C171DF'

red 193 ◦ green 113 ◦ blue 223

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

Shades of Medium Orchid #C171DF

Tints of Medium Orchid #C171DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 36.48%
G = 21.36%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C171DF (or 0xC171DF) is known color: Medium Orchid. HEX triplet: C1, 71 and DF. RGB value is (193,113,223). Sum of RGB (Red+Green+Blue) = 193+113+223=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #C171DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171DF is #3E8E20. Grayscale: #959595. Windows color (decimal): -4099617 or 14643649. OLE color: 14643649.

HSL color Cylindrical-coordinate representation of color #C171DF: hue angle of 283.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C171DF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 113 223 -
CMYK 0.13 0.49 0 0.13
HSL 283.64º 0.63% 0.66% -
HSV(B) 283.64º 0.49% 0.87% -
XYZ 41.22 28.48 73.14 -
YUV 149.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 193 113 223 0.13 0.49 0 0.13 283.64 0.63 0.66
Hex C1 71 DF D 31 0 D 11C 3F 42
Octal 301 161 337 15 61 0 15 434 77 102
Binary 11000001 1110001 11011111 1101 110001 0 1101 100011100 111111 1000010

Color Harmonies of #C171DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171DF

Black with #C171DF

Text Example


Text Example

White with #C171DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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