Html Css Color HEX #C231EC Medium Orchid

📋 copy color: '#C231EC'

red 194 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #C231EC

Tints of Medium Orchid #C231EC

RGB

 RED value IS 194 (76.17% from 255) = 40.5%

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

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

R = 40.5%
G = 10.23%
B = 49.27%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C231EC (or 0xC231EC) is known color: Medium Orchid. HEX triplet: C2, 31 and EC. RGB value is (194,49,236). Sum of RGB (Red+Green+Blue) = 194+49+236=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #C231EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231EC is #3DCE13. Grayscale: #717171. Windows color (decimal): -4050452 or 15479234. OLE color: 15479234.

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

Color convert

RGB 194 49 236 -
CMYK 0.18 0.79 0 0.07
HSL 286.52º 0.83% 0.56% -
HSV(B) 286.52º 0.79% 0.93% -
XYZ 38.49 19.72 81.14 -
YUV 113.67 197.04 185.29 -
System Red Green Blue C M Y K H S L
Decimal 194 49 236 0.18 0.79 0 0.07 286.52 0.83 0.56
Hex C2 31 EC 12 4F 0 7 11F 53 38
Octal 302 61 354 22 117 0 7 437 123 70
Binary 11000010 110001 11101100 10010 1001111 0 111 100011111 1010011 111000

Color Harmonies of #C231EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231EC

Black with #C231EC

Text Example


Text Example

White with #C231EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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