Html Css Color HEX #C148FF Medium Orchid

📋 copy color: '#C148FF'

red 193 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #C148FF

Tints of Medium Orchid #C148FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 37.12%
G = 13.85%
B = 49.04%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C148FF (or 0xC148FF) is known color: Medium Orchid. HEX triplet: C1, 48 and FF. RGB value is (193,72,255). Sum of RGB (Red+Green+Blue) = 193+72+255=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #C148FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148FF is #3EB700. Grayscale: #808080. Windows color (decimal): -4110081 or 16730305. OLE color: 16730305.

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

Color convert

RGB 193 72 255 -
CMYK 0.24 0.72 0 0
HSL 279.67º 1% 0.64% -
HSV(B) 279.67º 0.72% 1% -
XYZ 42.36 23.19 96.85 -
YUV 129.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 193 72 255 0.24 0.72 0 0 279.67 1 0.64
Hex C1 48 FF 18 48 0 0 118 64 40
Octal 301 110 377 30 110 0 0 430 144 100
Binary 11000001 1001000 11111111 11000 1001000 0 0 100011000 1100100 1000000

Color Harmonies of #C148FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148FF

Black with #C148FF

Text Example


Text Example

White with #C148FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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