Html Css Color HEX #C171CE Medium Orchid

📋 copy color: '#C171CE'

red 193 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #C171CE

Tints of Medium Orchid #C171CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 37.7%
G = 22.07%
B = 40.23%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C171CE (or 0xC171CE) is known color: Medium Orchid. HEX triplet: C1, 71 and CE. RGB value is (193,113,206). Sum of RGB (Red+Green+Blue) = 193+113+206=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C171CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171CE is #3E8E31. Grayscale: #939393. Windows color (decimal): -4099634 or 13529537. OLE color: 13529537.

HSL color Cylindrical-coordinate representation of color #C171CE: hue angle of 291.61º 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 #C171CE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 113 206 -
CMYK 0.06 0.45 0 0.19
HSL 291.61º 0.49% 0.63% -
HSV(B) 291.61º 0.45% 0.81% -
XYZ 39.04 27.6 61.66 -
YUV 147.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 193 113 206 0.06 0.45 0 0.19 291.61 0.49 0.63
Hex C1 71 CE 6 2D 0 13 124 31 3F
Octal 301 161 316 6 55 0 23 444 61 77
Binary 11000001 1110001 11001110 110 101101 0 10011 100100100 110001 111111

Color Harmonies of #C171CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171CE

Black with #C171CE

Text Example


Text Example

White with #C171CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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