Html Css Color HEX #C132EF Medium Orchid

📋 copy color: '#C132EF'

red 193 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #C132EF

Tints of Medium Orchid #C132EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 40.04%
G = 10.37%
B = 49.59%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C132EF (or 0xC132EF) is known color: Medium Orchid. HEX triplet: C1, 32 and EF. RGB value is (193,50,239). Sum of RGB (Red+Green+Blue) = 193+50+239=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #C132EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132EF is #3ECD10. Grayscale: #717171. Windows color (decimal): -4115729 or 15676097. OLE color: 15676097.

HSL color Cylindrical-coordinate representation of color #C132EF: hue angle of 285.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C132EF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 50 239 -
CMYK 0.19 0.79 0 0.06
HSL 285.4º 0.86% 0.57% -
HSV(B) 285.4º 0.79% 0.94% -
XYZ 38.71 19.85 83.45 -
YUV 114.3 198.38 184.13 -
System Red Green Blue C M Y K H S L
Decimal 193 50 239 0.19 0.79 0 0.06 285.4 0.86 0.57
Hex C1 32 EF 13 4F 0 6 11D 56 39
Octal 301 62 357 23 117 0 6 435 126 71
Binary 11000001 110010 11101111 10011 1001111 0 110 100011101 1010110 111001

Color Harmonies of #C132EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132EF

Black with #C132EF

Text Example


Text Example

White with #C132EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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