Html Css Color HEX #C331EC Medium Orchid

📋 copy color: '#C331EC'

red 195 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #C331EC

Tints of Medium Orchid #C331EC

RGB

 RED value IS 195 (76.56% from 255) = 40.63%

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

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

R = 40.63%
G = 10.21%
B = 49.17%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C331EC (or 0xC331EC) is known color: Medium Orchid. HEX triplet: C3, 31 and EC. RGB value is (195,49,236). Sum of RGB (Red+Green+Blue) = 195+49+236=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #C331EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C331EC is #3CCE13. Grayscale: #717171. Windows color (decimal): -3984916 or 15479235. OLE color: 15479235.

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

Color convert

RGB 195 49 236 -
CMYK 0.17 0.79 0 0.07
HSL 286.84º 0.83% 0.56% -
HSV(B) 286.84º 0.79% 0.93% -
XYZ 38.74 19.85 81.15 -
YUV 113.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 195 49 236 0.17 0.79 0 0.07 286.84 0.83 0.56
Hex C3 31 EC 11 4F 0 7 11F 53 38
Octal 303 61 354 21 117 0 7 437 123 70
Binary 11000011 110001 11101100 10001 1001111 0 111 100011111 1010011 111000

Color Harmonies of #C331EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331EC

Black with #C331EC

Text Example


Text Example

White with #C331EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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