Html Css Color HEX #C172DF Medium Orchid

📋 copy color: '#C172DF'

red 193 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #C172DF

Tints of Medium Orchid #C172DF

RGB

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

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

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

R = 36.42%
G = 21.51%
B = 42.08%

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

#C172DF (or 0xC172DF) is known color: Medium Orchid. HEX triplet: C1, 72 and DF. RGB value is (193,114,223). Sum of RGB (Red+Green+Blue) = 193+114+223=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #C172DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172DF is #3E8D20. Grayscale: #959595. Windows color (decimal): -4099361 or 14643905. OLE color: 14643905.

HSL color Cylindrical-coordinate representation of color #C172DF: hue angle of 283.49º 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 #C172DF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 114 223 -
CMYK 0.13 0.49 0 0.13
HSL 283.49º 0.63% 0.66% -
HSV(B) 283.49º 0.49% 0.87% -
XYZ 41.33 28.7 73.17 -
YUV 150.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 193 114 223 0.13 0.49 0 0.13 283.49 0.63 0.66
Hex C1 72 DF D 31 0 D 11B 3F 42
Octal 301 162 337 15 61 0 15 433 77 102
Binary 11000001 1110010 11011111 1101 110001 0 1101 100011011 111111 1000010

Color Harmonies of #C172DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172DF

Black with #C172DF

Text Example


Text Example

White with #C172DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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