Html Css Color HEX #C731EC Medium Orchid

📋 copy color: '#C731EC'

red 199 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #C731EC

Tints of Medium Orchid #C731EC

RGB

 RED value IS 199 (78.13% from 255) = 41.12%

 GREEN value IS 49 (19.53% from 255) = 10.12%

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

R = 41.12%
G = 10.12%
B = 48.76%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C731EC (or 0xC731EC) is known color: Medium Orchid. HEX triplet: C7, 31 and EC. RGB value is (199,49,236). Sum of RGB (Red+Green+Blue) = 199+49+236=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #C731EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731EC is #38CE13. Grayscale: #727272. Windows color (decimal): -3722772 or 15479239. OLE color: 15479239.

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

Color convert

RGB 199 49 236 -
CMYK 0.16 0.79 0 0.07
HSL 288.13º 0.83% 0.56% -
HSV(B) 288.13º 0.79% 0.93% -
XYZ 39.79 20.39 81.2 -
YUV 115.17 196.2 187.79 -
System Red Green Blue C M Y K H S L
Decimal 199 49 236 0.16 0.79 0 0.07 288.13 0.83 0.56
Hex C7 31 EC 10 4F 0 7 120 53 38
Octal 307 61 354 20 117 0 7 440 123 70
Binary 11000111 110001 11101100 10000 1001111 0 111 100100000 1010011 111000

Color Harmonies of #C731EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731EC

Black with #C731EC

Text Example


Text Example

White with #C731EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731EC; }

 p { color: rgb(199,49,236); }

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

background-color css

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

 a { background-color: rgb(199,49,236); }

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

border-color css

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

 span { border-color: rgb(199,49,236); }

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