Html Css Color HEX #C931EC Medium Orchid

📋 copy color: '#C931EC'

red 201 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #C931EC

Tints of Medium Orchid #C931EC

RGB

 RED value IS 201 (78.91% from 255) = 41.36%

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

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

R = 41.36%
G = 10.08%
B = 48.56%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C931EC (or 0xC931EC) is known color: Medium Orchid. HEX triplet: C9, 31 and EC. RGB value is (201,49,236). Sum of RGB (Red+Green+Blue) = 201+49+236=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #C931EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931EC is #36CE13. Grayscale: #737373. Windows color (decimal): -3591700 or 15479241. OLE color: 15479241.

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

Color convert

RGB 201 49 236 -
CMYK 0.15 0.79 0 0.07
HSL 288.77º 0.83% 0.56% -
HSV(B) 288.77º 0.79% 0.93% -
XYZ 40.33 20.67 81.22 -
YUV 115.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 201 49 236 0.15 0.79 0 0.07 288.77 0.83 0.56
Hex C9 31 EC F 4F 0 7 121 53 38
Octal 311 61 354 17 117 0 7 441 123 70
Binary 11001001 110001 11101100 1111 1001111 0 111 100100001 1010011 111000

Color Harmonies of #C931EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931EC

Black with #C931EC

Text Example


Text Example

White with #C931EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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