Html Css Color HEX #C149ED Medium Orchid

📋 copy color: '#C149ED'

red 193 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #C149ED

Tints of Medium Orchid #C149ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 38.37%
G = 14.51%
B = 47.12%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C149ED (or 0xC149ED) is known color: Medium Orchid. HEX triplet: C1, 49 and ED. RGB value is (193,73,237). Sum of RGB (Red+Green+Blue) = 193+73+237=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #C149ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C149ED is #3EB612. Grayscale: #7F7F7F. Windows color (decimal): -4109843 or 15550913. OLE color: 15550913.

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

Color convert

RGB 193 73 237 -
CMYK 0.19 0.69 0 0.07
HSL 283.9º 0.82% 0.61% -
HSV(B) 283.9º 0.69% 0.93% -
XYZ 39.66 22.22 82.32 -
YUV 127.58 189.76 174.66 -
System Red Green Blue C M Y K H S L
Decimal 193 73 237 0.19 0.69 0 0.07 283.9 0.82 0.61
Hex C1 49 ED 13 45 0 7 11C 52 3D
Octal 301 111 355 23 105 0 7 434 122 75
Binary 11000001 1001001 11101101 10011 1000101 0 111 100011100 1010010 111101

Color Harmonies of #C149ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149ED

Black with #C149ED

Text Example


Text Example

White with #C149ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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