Html Css Color HEX #C731EA Medium Orchid

📋 copy color: '#C731EA'

red 199 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #C731EA

Tints of Medium Orchid #C731EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 41.29%
G = 10.17%
B = 48.55%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C731EA (or 0xC731EA) is known color: Medium Orchid. HEX triplet: C7, 31 and EA. RGB value is (199,49,234). Sum of RGB (Red+Green+Blue) = 199+49+234=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #C731EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731EA is #38CE15. Grayscale: #727272. Windows color (decimal): -3722774 or 15348167. OLE color: 15348167.

HSL color Cylindrical-coordinate representation of color #C731EA: hue angle of 288.65º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C731EA is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 49 234 -
CMYK 0.15 0.79 0 0.08
HSL 288.65º 0.81% 0.55% -
HSV(B) 288.65º 0.79% 0.92% -
XYZ 39.5 20.28 79.67 -
YUV 114.94 195.2 187.96 -
System Red Green Blue C M Y K H S L
Decimal 199 49 234 0.15 0.79 0 0.08 288.65 0.81 0.55
Hex C7 31 EA F 4F 0 8 121 51 37
Octal 307 61 352 17 117 0 10 441 121 67
Binary 11000111 110001 11101010 1111 1001111 0 1000 100100001 1010001 110111

Color Harmonies of #C731EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731EA

Black with #C731EA

Text Example


Text Example

White with #C731EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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