Html Css Color HEX #C146FD Medium Orchid

📋 copy color: '#C146FD'

red 193 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #C146FD

Tints of Medium Orchid #C146FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 37.4%
G = 13.57%
B = 49.03%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C146FD (or 0xC146FD) is known color: Medium Orchid. HEX triplet: C1, 46 and FD. RGB value is (193,70,253). Sum of RGB (Red+Green+Blue) = 193+70+253=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #C146FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146FD is #3EB902. Grayscale: #7F7F7F. Windows color (decimal): -4110595 or 16598721. OLE color: 16598721.

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

Color convert

RGB 193 70 253 -
CMYK 0.24 0.72 0 0.01
HSL 280.33º 0.98% 0.63% -
HSV(B) 280.33º 0.72% 0.99% -
XYZ 41.91 22.81 95.12 -
YUV 127.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 193 70 253 0.24 0.72 0 0.01 280.33 0.98 0.63
Hex C1 46 FD 18 48 0 1 118 62 3F
Octal 301 106 375 30 110 0 1 430 142 77
Binary 11000001 1000110 11111101 11000 1001000 0 1 100011000 1100010 111111

Color Harmonies of #C146FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146FD

Black with #C146FD

Text Example


Text Example

White with #C146FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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