Html Css Color HEX #C171CD Medium Orchid

📋 copy color: '#C171CD'

red 193 ◦ green 113 ◦ blue 205

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

Shades of Medium Orchid #C171CD

Tints of Medium Orchid #C171CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 37.77%
G = 22.11%
B = 40.12%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C171CD (or 0xC171CD) is known color: Medium Orchid. HEX triplet: C1, 71 and CD. RGB value is (193,113,205). Sum of RGB (Red+Green+Blue) = 193+113+205=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C171CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171CD is #3E8E32. Grayscale: #939393. Windows color (decimal): -4099635 or 13464001. OLE color: 13464001.

HSL color Cylindrical-coordinate representation of color #C171CD: hue angle of 292.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C171CD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 113 205 -
CMYK 0.06 0.45 0 0.20
HSL 292.17º 0.48% 0.62% -
HSV(B) 292.17º 0.45% 0.8% -
XYZ 38.92 27.56 61.03 -
YUV 147.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 193 113 205 0.06 0.45 0 0.20 292.17 0.48 0.62
Hex C1 71 CD 6 2D 0 14 124 30 3E
Octal 301 161 315 6 55 0 24 444 60 76
Binary 11000001 1110001 11001101 110 101101 0 10100 100100100 110000 111110

Color Harmonies of #C171CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171CD

Black with #C171CD

Text Example


Text Example

White with #C171CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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