Html Css Color HEX #C731EB Medium Orchid

📋 copy color: '#C731EB'

red 199 ◦ green 49 ◦ blue 235

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

Shades of Medium Orchid #C731EB

Tints of Medium Orchid #C731EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 41.2%
G = 10.14%
B = 48.65%

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

#C731EB (or 0xC731EB) is known color: Medium Orchid. HEX triplet: C7, 31 and EB. RGB value is (199,49,235). Sum of RGB (Red+Green+Blue) = 199+49+235=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #C731EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731EB is #38CE14. Grayscale: #727272. Windows color (decimal): -3722773 or 15413703. OLE color: 15413703.

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

Color convert

RGB 199 49 235 -
CMYK 0.15 0.79 0 0.08
HSL 288.39º 0.82% 0.56% -
HSV(B) 288.39º 0.79% 0.92% -
XYZ 39.65 20.34 80.43 -
YUV 115.05 195.7 187.88 -
System Red Green Blue C M Y K H S L
Decimal 199 49 235 0.15 0.79 0 0.08 288.39 0.82 0.56
Hex C7 31 EB F 4F 0 8 120 52 38
Octal 307 61 353 17 117 0 10 440 122 70
Binary 11000111 110001 11101011 1111 1001111 0 1000 100100000 1010010 111000

Color Harmonies of #C731EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731EB

Black with #C731EB

Text Example


Text Example

White with #C731EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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