Html Css Color HEX #C148FE Medium Orchid

📋 copy color: '#C148FE'

red 193 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #C148FE

Tints of Medium Orchid #C148FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.87%

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 37.19%
G = 13.87%
B = 48.94%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C148FE (or 0xC148FE) is known color: Medium Orchid. HEX triplet: C1, 48 and FE. RGB value is (193,72,254). Sum of RGB (Red+Green+Blue) = 193+72+254=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #C148FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148FE is #3EB701. Grayscale: #808080. Windows color (decimal): -4110082 or 16664769. OLE color: 16664769.

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

Color convert

RGB 193 72 254 -
CMYK 0.24 0.72 0 0.00
HSL 279.89º 0.99% 0.64% -
HSV(B) 279.89º 0.72% 1% -
XYZ 42.2 23.13 96.01 -
YUV 128.93 198.59 173.7 -
System Red Green Blue C M Y K H S L
Decimal 193 72 254 0.24 0.72 0 0.00 279.89 0.99 0.64
Hex C1 48 FE 18 48 0 0 118 63 40
Octal 301 110 376 30 110 0 0 430 143 100
Binary 11000001 1001000 11111110 11000 1001000 0 0 100011000 1100011 1000000

Color Harmonies of #C148FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148FE

Black with #C148FE

Text Example


Text Example

White with #C148FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148FE; }

 p { color: rgb(193,72,254); }

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

background-color css

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

 a { background-color: rgb(193,72,254); }

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

border-color css

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

 span { border-color: rgb(193,72,254); }

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