Html Css Color HEX #C531EA Medium Orchid

📋 copy color: '#C531EA'

red 197 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #C531EA

Tints of Medium Orchid #C531EA

RGB

 RED value IS 197 (77.34% from 255) = 41.04%

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

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

R = 41.04%
G = 10.21%
B = 48.75%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C531EA (or 0xC531EA) is known color: Medium Orchid. HEX triplet: C5, 31 and EA. RGB value is (197,49,234). Sum of RGB (Red+Green+Blue) = 197+49+234=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #C531EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531EA is #3ACE15. Grayscale: #717171. Windows color (decimal): -3853846 or 15348165. OLE color: 15348165.

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

Color convert

RGB 197 49 234 -
CMYK 0.16 0.79 0 0.08
HSL 288º 0.81% 0.55% -
HSV(B) 288º 0.79% 0.92% -
XYZ 38.98 20.01 79.65 -
YUV 114.34 195.53 186.96 -
System Red Green Blue C M Y K H S L
Decimal 197 49 234 0.16 0.79 0 0.08 288 0.81 0.55
Hex C5 31 EA 10 4F 0 8 120 51 37
Octal 305 61 352 20 117 0 10 440 121 67
Binary 11000101 110001 11101010 10000 1001111 0 1000 100100000 1010001 110111

Color Harmonies of #C531EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531EA

Black with #C531EA

Text Example


Text Example

White with #C531EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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