Html Css Color HEX #C831EA Medium Orchid

📋 copy color: '#C831EA'

red 200 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #C831EA

Tints of Medium Orchid #C831EA

RGB

 RED value IS 200 (78.52% from 255) = 41.41%

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

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

R = 41.41%
G = 10.14%
B = 48.45%

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

#C831EA (or 0xC831EA) is known color: Medium Orchid. HEX triplet: C8, 31 and EA. RGB value is (200,49,234). Sum of RGB (Red+Green+Blue) = 200+49+234=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #C831EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C831EA is #37CE15. Grayscale: #727272. Windows color (decimal): -3657238 or 15348168. OLE color: 15348168.

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

Color convert

RGB 200 49 234 -
CMYK 0.15 0.79 0 0.08
HSL 288.97º 0.81% 0.55% -
HSV(B) 288.97º 0.79% 0.92% -
XYZ 39.77 20.42 79.69 -
YUV 115.24 195.03 188.46 -
System Red Green Blue C M Y K H S L
Decimal 200 49 234 0.15 0.79 0 0.08 288.97 0.81 0.55
Hex C8 31 EA F 4F 0 8 121 51 37
Octal 310 61 352 17 117 0 10 441 121 67
Binary 11001000 110001 11101010 1111 1001111 0 1000 100100001 1010001 110111

Color Harmonies of #C831EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831EA

Black with #C831EA

Text Example


Text Example

White with #C831EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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