Html Css Color HEX #C172CF Medium Orchid

📋 copy color: '#C172CF'

red 193 ◦ green 114 ◦ blue 207

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

Shades of Medium Orchid #C172CF

Tints of Medium Orchid #C172CF

RGB

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

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

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

R = 37.55%
G = 22.18%
B = 40.27%

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

#C172CF (or 0xC172CF) is known color: Medium Orchid. HEX triplet: C1, 72 and CF. RGB value is (193,114,207). Sum of RGB (Red+Green+Blue) = 193+114+207=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #C172CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172CF is #3E8D30. Grayscale: #939393. Windows color (decimal): -4099377 or 13595329. OLE color: 13595329.

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

Color convert

RGB 193 114 207 -
CMYK 0.07 0.45 0 0.19
HSL 290.97º 0.49% 0.63% -
HSV(B) 290.97º 0.45% 0.81% -
XYZ 39.27 27.88 62.34 -
YUV 148.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 193 114 207 0.07 0.45 0 0.19 290.97 0.49 0.63
Hex C1 72 CF 7 2D 0 13 123 31 3F
Octal 301 162 317 7 55 0 23 443 61 77
Binary 11000001 1110010 11001111 111 101101 0 10011 100100011 110001 111111

Color Harmonies of #C172CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172CF

Black with #C172CF

Text Example


Text Example

White with #C172CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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