Html Css Color HEX #C148EA Medium Orchid

📋 copy color: '#C148EA'

red 193 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #C148EA

Tints of Medium Orchid #C148EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 38.68%
G = 14.43%
B = 46.89%

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

#C148EA (or 0xC148EA) is known color: Medium Orchid. HEX triplet: C1, 48 and EA. RGB value is (193,72,234). Sum of RGB (Red+Green+Blue) = 193+72+234=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #C148EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148EA is #3EB715. Grayscale: #7E7E7E. Windows color (decimal): -4110102 or 15354049. OLE color: 15354049.

HSL color Cylindrical-coordinate representation of color #C148EA: hue angle of 284.81º degrees, saturation: 0.79, 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 #C148EA is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 72 234 -
CMYK 0.18 0.69 0 0.08
HSL 284.81º 0.79% 0.6% -
HSV(B) 284.81º 0.69% 0.92% -
XYZ 39.16 21.91 80.01 -
YUV 126.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 193 72 234 0.18 0.69 0 0.08 284.81 0.79 0.6
Hex C1 48 EA 12 45 0 8 11D 4F 3C
Octal 301 110 352 22 105 0 10 435 117 74
Binary 11000001 1001000 11101010 10010 1000101 0 1000 100011101 1001111 111100

Color Harmonies of #C148EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148EA

Black with #C148EA

Text Example


Text Example

White with #C148EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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