Html Css Color HEX #C149EF Medium Orchid

📋 copy color: '#C149EF'

red 193 ◦ green 73 ◦ blue 239

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

Shades of Medium Orchid #C149EF

Tints of Medium Orchid #C149EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 38.22%
G = 14.46%
B = 47.33%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C149EF (or 0xC149EF) is known color: Medium Orchid. HEX triplet: C1, 49 and EF. RGB value is (193,73,239). Sum of RGB (Red+Green+Blue) = 193+73+239=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #C149EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C149EF is #3EB610. Grayscale: #7F7F7F. Windows color (decimal): -4109841 or 15681985. OLE color: 15681985.

HSL color Cylindrical-coordinate representation of color #C149EF: hue angle of 283.37º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C149EF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 73 239 -
CMYK 0.19 0.69 0 0.06
HSL 283.37º 0.84% 0.61% -
HSV(B) 283.37º 0.69% 0.94% -
XYZ 39.95 22.33 83.87 -
YUV 127.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 193 73 239 0.19 0.69 0 0.06 283.37 0.84 0.61
Hex C1 49 EF 13 45 0 6 11B 54 3D
Octal 301 111 357 23 105 0 6 433 124 75
Binary 11000001 1001001 11101111 10011 1000101 0 110 100011011 1010100 111101

Color Harmonies of #C149EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149EF

Black with #C149EF

Text Example


Text Example

White with #C149EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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