Html Css Color HEX #C032EC Medium Orchid

📋 copy color: '#C032EC'

red 192 ◦ green 50 ◦ blue 236

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

Shades of Medium Orchid #C032EC

Tints of Medium Orchid #C032EC

RGB

 RED value IS 192 (75.39% from 255) = 40.17%

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

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

R = 40.17%
G = 10.46%
B = 49.37%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C032EC (or 0xC032EC) is known color: Medium Orchid. HEX triplet: C0, 32 and EC. RGB value is (192,50,236). Sum of RGB (Red+Green+Blue) = 192+50+236=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #C032EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032EC is #3FCD13. Grayscale: #717171. Windows color (decimal): -4181268 or 15479488. OLE color: 15479488.

HSL color Cylindrical-coordinate representation of color #C032EC: hue angle of 285.81º 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 #C032EC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 50 236 -
CMYK 0.19 0.79 0 0.07
HSL 285.81º 0.83% 0.56% -
HSV(B) 285.81º 0.79% 0.93% -
XYZ 38.02 19.54 81.13 -
YUV 113.66 197.04 183.88 -
System Red Green Blue C M Y K H S L
Decimal 192 50 236 0.19 0.79 0 0.07 285.81 0.83 0.56
Hex C0 32 EC 13 4F 0 7 11E 53 38
Octal 300 62 354 23 117 0 7 436 123 70
Binary 11000000 110010 11101100 10011 1001111 0 111 100011110 1010011 111000

Color Harmonies of #C032EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032EC

Black with #C032EC

Text Example


Text Example

White with #C032EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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