Html Css Color HEX #C146F4 Medium Orchid

📋 copy color: '#C146F4'

red 193 ◦ green 70 ◦ blue 244

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

Shades of Medium Orchid #C146F4

Tints of Medium Orchid #C146F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.13%

R = 38.07%
G = 13.81%
B = 48.13%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C146F4 (or 0xC146F4) is known color: Medium Orchid. HEX triplet: C1, 46 and F4. RGB value is (193,70,244). Sum of RGB (Red+Green+Blue) = 193+70+244=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #C146F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146F4 is #3EB90B. Grayscale: #7E7E7E. Windows color (decimal): -4110604 or 16008897. OLE color: 16008897.

HSL color Cylindrical-coordinate representation of color #C146F4: hue angle of 282.41º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C146F4 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 70 244 -
CMYK 0.21 0.71 0 0.04
HSL 282.41º 0.89% 0.62% -
HSV(B) 282.41º 0.71% 0.96% -
XYZ 40.51 22.25 87.75 -
YUV 126.61 194.25 175.35 -
System Red Green Blue C M Y K H S L
Decimal 193 70 244 0.21 0.71 0 0.04 282.41 0.89 0.62
Hex C1 46 F4 15 47 0 4 11A 59 3E
Octal 301 106 364 25 107 0 4 432 131 76
Binary 11000001 1000110 11110100 10101 1000111 0 100 100011010 1011001 111110

Color Harmonies of #C146F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146F4

Black with #C146F4

Text Example


Text Example

White with #C146F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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