Html Css Color HEX #C138EC Medium Orchid

📋 copy color: '#C138EC'

red 193 ◦ green 56 ◦ blue 236

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

Shades of Medium Orchid #C138EC

Tints of Medium Orchid #C138EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 39.79%
G = 11.55%
B = 48.66%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C138EC (or 0xC138EC) is known color: Medium Orchid. HEX triplet: C1, 38 and EC. RGB value is (193,56,236). Sum of RGB (Red+Green+Blue) = 193+56+236=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #C138EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138EC is #3EC713. Grayscale: #747474. Windows color (decimal): -4114196 or 15481025. OLE color: 15481025.

HSL color Cylindrical-coordinate representation of color #C138EC: hue angle of 285.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C138EC is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 56 236 -
CMYK 0.18 0.76 0 0.07
HSL 285.67º 0.83% 0.57% -
HSV(B) 285.67º 0.76% 0.93% -
XYZ 38.55 20.22 81.23 -
YUV 117.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 193 56 236 0.18 0.76 0 0.07 285.67 0.83 0.57
Hex C1 38 EC 12 4C 0 7 11E 53 39
Octal 301 70 354 22 114 0 7 436 123 71
Binary 11000001 111000 11101100 10010 1001100 0 111 100011110 1010011 111001

Color Harmonies of #C138EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138EC

Black with #C138EC

Text Example


Text Example

White with #C138EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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