Html Css Color HEX #C148EB Medium Orchid

📋 copy color: '#C148EB'

red 193 ◦ green 72 ◦ blue 235

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

Shades of Medium Orchid #C148EB

Tints of Medium Orchid #C148EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 38.6%
G = 14.4%
B = 47%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C148EB (or 0xC148EB) is known color: Medium Orchid. HEX triplet: C1, 48 and EB. RGB value is (193,72,235). Sum of RGB (Red+Green+Blue) = 193+72+235=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #C148EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148EB is #3EB714. Grayscale: #7E7E7E. Windows color (decimal): -4110101 or 15419585. OLE color: 15419585.

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

Color convert

RGB 193 72 235 -
CMYK 0.18 0.69 0 0.08
HSL 284.54º 0.8% 0.6% -
HSV(B) 284.54º 0.69% 0.92% -
XYZ 39.31 21.97 80.77 -
YUV 126.76 189.09 175.25 -
System Red Green Blue C M Y K H S L
Decimal 193 72 235 0.18 0.69 0 0.08 284.54 0.8 0.6
Hex C1 48 EB 12 45 0 8 11D 50 3C
Octal 301 110 353 22 105 0 10 435 120 74
Binary 11000001 1001000 11101011 10010 1000101 0 1000 100011101 1010000 111100

Color Harmonies of #C148EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148EB

Black with #C148EB

Text Example


Text Example

White with #C148EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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