Html Css Color HEX #C171CF Medium Orchid

📋 copy color: '#C171CF'

red 193 ◦ green 113 ◦ blue 207

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

Shades of Medium Orchid #C171CF

Tints of Medium Orchid #C171CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 37.62%
G = 22.03%
B = 40.35%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C171CF (or 0xC171CF) is known color: Medium Orchid. HEX triplet: C1, 71 and CF. RGB value is (193,113,207). Sum of RGB (Red+Green+Blue) = 193+113+207=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C171CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171CF is #3E8E30. Grayscale: #939393. Windows color (decimal): -4099633 or 13595073. OLE color: 13595073.

HSL color Cylindrical-coordinate representation of color #C171CF: hue angle of 291.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C171CF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 113 207 -
CMYK 0.07 0.45 0 0.19
HSL 291.06º 0.49% 0.63% -
HSV(B) 291.06º 0.45% 0.81% -
XYZ 39.16 27.65 62.31 -
YUV 147.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 193 113 207 0.07 0.45 0 0.19 291.06 0.49 0.63
Hex C1 71 CF 7 2D 0 13 123 31 3F
Octal 301 161 317 7 55 0 23 443 61 77
Binary 11000001 1110001 11001111 111 101101 0 10011 100100011 110001 111111

Color Harmonies of #C171CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171CF

Black with #C171CF

Text Example


Text Example

White with #C171CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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