Html Css Color HEX #C138F3 Medium Orchid

📋 copy color: '#C138F3'

red 193 ◦ green 56 ◦ blue 243

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

Shades of Medium Orchid #C138F3

Tints of Medium Orchid #C138F3

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.38%

 BLUE value IS 243 (95.31% from 255) = 49.39%

R = 39.23%
G = 11.38%
B = 49.39%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C138F3 (or 0xC138F3) is known color: Medium Orchid. HEX triplet: C1, 38 and F3. RGB value is (193,56,243). Sum of RGB (Red+Green+Blue) = 193+56+243=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #C138F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138F3 is #3EC70C. Grayscale: #757575. Windows color (decimal): -4114189 or 15939777. OLE color: 15939777.

HSL color Cylindrical-coordinate representation of color #C138F3: hue angle of 283.96º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C138F3 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 56 243 -
CMYK 0.21 0.77 0 0.05
HSL 283.96º 0.89% 0.59% -
HSV(B) 283.96º 0.77% 0.95% -
XYZ 39.58 20.64 86.69 -
YUV 118.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 193 56 243 0.21 0.77 0 0.05 283.96 0.89 0.59
Hex C1 38 F3 15 4D 0 5 11C 59 3B
Octal 301 70 363 25 115 0 5 434 131 73
Binary 11000001 111000 11110011 10101 1001101 0 101 100011100 1011001 111011

Color Harmonies of #C138F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138F3

Black with #C138F3

Text Example


Text Example

White with #C138F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138F3; }

 p { color: rgb(193,56,243); }

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

background-color css

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

 a { background-color: rgb(193,56,243); }

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

border-color css

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

 span { border-color: rgb(193,56,243); }

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