Html Css Color HEX #C145EC Medium Orchid

📋 copy color: '#C145EC'

red 193 ◦ green 69 ◦ blue 236

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

Shades of Medium Orchid #C145EC

Tints of Medium Orchid #C145EC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.86%

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

R = 38.76%
G = 13.86%
B = 47.39%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C145EC (or 0xC145EC) is known color: Medium Orchid. HEX triplet: C1, 45 and EC. RGB value is (193,69,236). Sum of RGB (Red+Green+Blue) = 193+69+236=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C145EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C145EC is #3EBA13. Grayscale: #7C7C7C. Windows color (decimal): -4110868 or 15484353. OLE color: 15484353.

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

Color convert

RGB 193 69 236 -
CMYK 0.18 0.71 0 0.07
HSL 284.55º 0.81% 0.6% -
HSV(B) 284.55º 0.71% 0.93% -
XYZ 39.26 21.65 81.47 -
YUV 125.11 190.58 176.42 -
System Red Green Blue C M Y K H S L
Decimal 193 69 236 0.18 0.71 0 0.07 284.55 0.81 0.6
Hex C1 45 EC 12 47 0 7 11D 51 3C
Octal 301 105 354 22 107 0 7 435 121 74
Binary 11000001 1000101 11101100 10010 1000111 0 111 100011101 1010001 111100

Color Harmonies of #C145EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145EC

Black with #C145EC

Text Example


Text Example

White with #C145EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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