Html Css Color HEX #C150EC Medium Orchid

📋 copy color: '#C150EC'

red 193 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #C150EC

Tints of Medium Orchid #C150EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.72%

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

R = 37.92%
G = 15.72%
B = 46.37%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C150EC (or 0xC150EC) is known color: Medium Orchid. HEX triplet: C1, 50 and EC. RGB value is (193,80,236). Sum of RGB (Red+Green+Blue) = 193+80+236=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #C150EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150EC is #3EAF13. Grayscale: #838383. Windows color (decimal): -4108052 or 15487169. OLE color: 15487169.

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

Color convert

RGB 193 80 236 -
CMYK 0.18 0.66 0 0.07
HSL 283.46º 0.8% 0.62% -
HSV(B) 283.46º 0.66% 0.93% -
XYZ 40 23.13 81.71 -
YUV 131.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 193 80 236 0.18 0.66 0 0.07 283.46 0.8 0.62
Hex C1 50 EC 12 42 0 7 11B 50 3E
Octal 301 120 354 22 102 0 7 433 120 76
Binary 11000001 1010000 11101100 10010 1000010 0 111 100011011 1010000 111110

Color Harmonies of #C150EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150EC

Black with #C150EC

Text Example


Text Example

White with #C150EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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