Html Css Color HEX #C148FA Medium Orchid

📋 copy color: '#C148FA'

red 193 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #C148FA

Tints of Medium Orchid #C148FA

RGB

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

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

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

R = 37.48%
G = 13.98%
B = 48.54%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C148FA (or 0xC148FA) is known color: Medium Orchid. HEX triplet: C1, 48 and FA. RGB value is (193,72,250). Sum of RGB (Red+Green+Blue) = 193+72+250=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #C148FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148FA is #3EB705. Grayscale: #7F7F7F. Windows color (decimal): -4110086 or 16402625. OLE color: 16402625.

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

Color convert

RGB 193 72 250 -
CMYK 0.23 0.71 0 0.02
HSL 280.79º 0.95% 0.63% -
HSV(B) 280.79º 0.71% 0.98% -
XYZ 41.57 22.87 92.67 -
YUV 128.47 196.59 174.03 -
System Red Green Blue C M Y K H S L
Decimal 193 72 250 0.23 0.71 0 0.02 280.79 0.95 0.63
Hex C1 48 FA 17 47 0 2 119 5F 3F
Octal 301 110 372 27 107 0 2 431 137 77
Binary 11000001 1001000 11111010 10111 1000111 0 10 100011001 1011111 111111

Color Harmonies of #C148FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148FA

Black with #C148FA

Text Example


Text Example

White with #C148FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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