Html Css Color HEX #C146FA Medium Orchid

📋 copy color: '#C146FA'

red 193 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #C146FA

Tints of Medium Orchid #C146FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 37.62%
G = 13.65%
B = 48.73%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C146FA (or 0xC146FA) is known color: Medium Orchid. HEX triplet: C1, 46 and FA. RGB value is (193,70,250). Sum of RGB (Red+Green+Blue) = 193+70+250=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #C146FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146FA is #3EB905. Grayscale: #7E7E7E. Windows color (decimal): -4110598 or 16402113. OLE color: 16402113.

HSL color Cylindrical-coordinate representation of color #C146FA: hue angle of 281º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C146FA is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 70 250 -
CMYK 0.23 0.72 0 0.02
HSL 281º 0.95% 0.63% -
HSV(B) 281º 0.72% 0.98% -
XYZ 41.44 22.62 92.62 -
YUV 127.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 193 70 250 0.23 0.72 0 0.02 281 0.95 0.63
Hex C1 46 FA 17 48 0 2 119 5F 3F
Octal 301 106 372 27 110 0 2 431 137 77
Binary 11000001 1000110 11111010 10111 1001000 0 10 100011001 1011111 111111

Color Harmonies of #C146FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146FA

Black with #C146FA

Text Example


Text Example

White with #C146FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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