Html Css Color HEX #C631EC Medium Orchid

📋 copy color: '#C631EC'

red 198 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #C631EC

Tints of Medium Orchid #C631EC

RGB

 RED value IS 198 (77.73% from 255) = 40.99%

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

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

R = 40.99%
G = 10.14%
B = 48.86%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C631EC (or 0xC631EC) is known color: Medium Orchid. HEX triplet: C6, 31 and EC. RGB value is (198,49,236). Sum of RGB (Red+Green+Blue) = 198+49+236=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #C631EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C631EC is #39CE13. Grayscale: #727272. Windows color (decimal): -3788308 or 15479238. OLE color: 15479238.

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

Color convert

RGB 198 49 236 -
CMYK 0.16 0.79 0 0.07
HSL 287.81º 0.83% 0.56% -
HSV(B) 287.81º 0.79% 0.93% -
XYZ 39.53 20.26 81.18 -
YUV 114.87 196.36 187.29 -
System Red Green Blue C M Y K H S L
Decimal 198 49 236 0.16 0.79 0 0.07 287.81 0.83 0.56
Hex C6 31 EC 10 4F 0 7 120 53 38
Octal 306 61 354 20 117 0 7 440 123 70
Binary 11000110 110001 11101100 10000 1001111 0 111 100100000 1010011 111000

Color Harmonies of #C631EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631EC

Black with #C631EC

Text Example


Text Example

White with #C631EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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