Html Css Color HEX #C146FF Medium Orchid

📋 copy color: '#C146FF'

red 193 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #C146FF

Tints of Medium Orchid #C146FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.51%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 37.26%
G = 13.51%
B = 49.23%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C146FF (or 0xC146FF) is known color: Medium Orchid. HEX triplet: C1, 46 and FF. RGB value is (193,70,255). Sum of RGB (Red+Green+Blue) = 193+70+255=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #C146FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146FF is #3EB900. Grayscale: #7F7F7F. Windows color (decimal): -4110593 or 16729793. OLE color: 16729793.

HSL color Cylindrical-coordinate representation of color #C146FF: hue angle of 279.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C146FF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 70 255 -
CMYK 0.24 0.73 0 0
HSL 279.89º 1% 0.64% -
HSV(B) 279.89º 0.73% 1% -
XYZ 42.23 22.94 96.81 -
YUV 127.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 193 70 255 0.24 0.73 0 0 279.89 1 0.64
Hex C1 46 FF 18 49 0 0 118 64 40
Octal 301 106 377 30 111 0 0 430 144 100
Binary 11000001 1000110 11111111 11000 1001001 0 0 100011000 1100100 1000000

Color Harmonies of #C146FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146FF

Black with #C146FF

Text Example


Text Example

White with #C146FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146FF; }

 p { color: rgb(193,70,255); }

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

background-color css

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

 a { background-color: rgb(193,70,255); }

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

border-color css

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

 span { border-color: rgb(193,70,255); }

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