Html Css Color HEX #C16FDF Medium Orchid

📋 copy color: '#C16FDF'

red 193 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #C16FDF

Tints of Medium Orchid #C16FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.06%

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

R = 36.62%
G = 21.06%
B = 42.31%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C16FDF (or 0xC16FDF) is known color: Medium Orchid. HEX triplet: C1, 6F and DF. RGB value is (193,111,223). Sum of RGB (Red+Green+Blue) = 193+111+223=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #C16FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FDF is #3E9020. Grayscale: #939393. Windows color (decimal): -4100129 or 14643137. OLE color: 14643137.

HSL color Cylindrical-coordinate representation of color #C16FDF: hue angle of 283.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16FDF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 111 223 -
CMYK 0.13 0.50 0 0.13
HSL 283.93º 0.64% 0.65% -
HSV(B) 283.93º 0.5% 0.87% -
XYZ 41 28.03 73.06 -
YUV 148.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 193 111 223 0.13 0.50 0 0.13 283.93 0.64 0.65
Hex C1 6F DF D 32 0 D 11C 40 41
Octal 301 157 337 15 62 0 15 434 100 101
Binary 11000001 1101111 11011111 1101 110010 0 1101 100011100 1000000 1000001

Color Harmonies of #C16FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FDF

Black with #C16FDF

Text Example


Text Example

White with #C16FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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