Html Css Color HEX #C931ED Medium Orchid

📋 copy color: '#C931ED'

red 201 ◦ green 49 ◦ blue 237

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

Shades of Medium Orchid #C931ED

Tints of Medium Orchid #C931ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 41.27%
G = 10.06%
B = 48.67%

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

#C931ED (or 0xC931ED) is known color: Medium Orchid. HEX triplet: C9, 31 and ED. RGB value is (201,49,237). Sum of RGB (Red+Green+Blue) = 201+49+237=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #C931ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931ED is #36CE12. Grayscale: #737373. Windows color (decimal): -3591699 or 15544777. OLE color: 15544777.

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

Color convert

RGB 201 49 237 -
CMYK 0.15 0.79 0 0.07
HSL 288.51º 0.84% 0.56% -
HSV(B) 288.51º 0.79% 0.93% -
XYZ 40.47 20.73 81.99 -
YUV 115.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 201 49 237 0.15 0.79 0 0.07 288.51 0.84 0.56
Hex C9 31 ED F 4F 0 7 121 54 38
Octal 311 61 355 17 117 0 7 441 124 70
Binary 11001001 110001 11101101 1111 1001111 0 111 100100001 1010100 111000

Color Harmonies of #C931ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931ED

Black with #C931ED

Text Example


Text Example

White with #C931ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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