Html Css Color HEX #C731EF Medium Orchid

📋 copy color: '#C731EF'

red 199 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #C731EF

Tints of Medium Orchid #C731EF

RGB

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

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

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

R = 40.86%
G = 10.06%
B = 49.08%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C731EF (or 0xC731EF) is known color: Medium Orchid. HEX triplet: C7, 31 and EF. RGB value is (199,49,239). Sum of RGB (Red+Green+Blue) = 199+49+239=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #C731EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731EF is #38CE10. Grayscale: #727272. Windows color (decimal): -3722769 or 15675847. OLE color: 15675847.

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

Color convert

RGB 199 49 239 -
CMYK 0.17 0.79 0 0.06
HSL 287.37º 0.86% 0.56% -
HSV(B) 287.37º 0.79% 0.94% -
XYZ 40.23 20.57 83.51 -
YUV 115.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 199 49 239 0.17 0.79 0 0.06 287.37 0.86 0.56
Hex C7 31 EF 11 4F 0 6 11F 56 38
Octal 307 61 357 21 117 0 6 437 126 70
Binary 11000111 110001 11101111 10001 1001111 0 110 100011111 1010110 111000

Color Harmonies of #C731EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731EF

Black with #C731EF

Text Example


Text Example

White with #C731EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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