Html Css Color HEX #C132EC Medium Orchid

📋 copy color: '#C132EC'

red 193 ◦ green 50 ◦ blue 236

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

Shades of Medium Orchid #C132EC

Tints of Medium Orchid #C132EC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.44%

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

R = 40.29%
G = 10.44%
B = 49.27%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C132EC (or 0xC132EC) is known color: Medium Orchid. HEX triplet: C1, 32 and EC. RGB value is (193,50,236). Sum of RGB (Red+Green+Blue) = 193+50+236=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #C132EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132EC is #3ECD13. Grayscale: #717171. Windows color (decimal): -4115732 or 15479489. OLE color: 15479489.

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

Color convert

RGB 193 50 236 -
CMYK 0.18 0.79 0 0.07
HSL 286.13º 0.83% 0.56% -
HSV(B) 286.13º 0.79% 0.93% -
XYZ 38.27 19.67 81.14 -
YUV 113.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 193 50 236 0.18 0.79 0 0.07 286.13 0.83 0.56
Hex C1 32 EC 12 4F 0 7 11E 53 38
Octal 301 62 354 22 117 0 7 436 123 70
Binary 11000001 110010 11101100 10010 1001111 0 111 100011110 1010011 111000

Color Harmonies of #C132EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132EC

Black with #C132EC

Text Example


Text Example

White with #C132EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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