Html Css Color HEX #C148EC Medium Orchid

📋 copy color: '#C148EC'

red 193 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #C148EC

Tints of Medium Orchid #C148EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 38.52%
G = 14.37%
B = 47.11%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C148EC (or 0xC148EC) is known color: Medium Orchid. HEX triplet: C1, 48 and EC. RGB value is (193,72,236). Sum of RGB (Red+Green+Blue) = 193+72+236=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #C148EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148EC is #3EB713. Grayscale: #7E7E7E. Windows color (decimal): -4110100 or 15485121. OLE color: 15485121.

HSL color Cylindrical-coordinate representation of color #C148EC: hue angle of 284.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C148EC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 72 236 -
CMYK 0.18 0.69 0 0.07
HSL 284.27º 0.81% 0.6% -
HSV(B) 284.27º 0.69% 0.93% -
XYZ 39.45 22.03 81.53 -
YUV 126.88 189.59 175.16 -
System Red Green Blue C M Y K H S L
Decimal 193 72 236 0.18 0.69 0 0.07 284.27 0.81 0.6
Hex C1 48 EC 12 45 0 7 11C 51 3C
Octal 301 110 354 22 105 0 7 434 121 74
Binary 11000001 1001000 11101100 10010 1000101 0 111 100011100 1010001 111100

Color Harmonies of #C148EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148EC

Black with #C148EC

Text Example


Text Example

White with #C148EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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