Html Css Color HEX #C149EA Medium Orchid

📋 copy color: '#C149EA'

red 193 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #C149EA

Tints of Medium Orchid #C149EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.6%

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

R = 38.6%
G = 14.6%
B = 46.8%

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

#C149EA (or 0xC149EA) is known color: Medium Orchid. HEX triplet: C1, 49 and EA. RGB value is (193,73,234). Sum of RGB (Red+Green+Blue) = 193+73+234=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #C149EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C149EA is #3EB615. Grayscale: #7E7E7E. Windows color (decimal): -4109846 or 15354305. OLE color: 15354305.

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

Color convert

RGB 193 73 234 -
CMYK 0.18 0.69 0 0.08
HSL 284.72º 0.79% 0.6% -
HSV(B) 284.72º 0.69% 0.92% -
XYZ 39.23 22.04 80.03 -
YUV 127.23 188.26 174.91 -
System Red Green Blue C M Y K H S L
Decimal 193 73 234 0.18 0.69 0 0.08 284.72 0.79 0.6
Hex C1 49 EA 12 45 0 8 11D 4F 3C
Octal 301 111 352 22 105 0 10 435 117 74
Binary 11000001 1001001 11101010 10010 1000101 0 1000 100011101 1001111 111100

Color Harmonies of #C149EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149EA

Black with #C149EA

Text Example


Text Example

White with #C149EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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