Html Css Color HEX #C631ED Medium Orchid

📋 copy color: '#C631ED'

red 198 ◦ green 49 ◦ blue 237

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

Shades of Medium Orchid #C631ED

Tints of Medium Orchid #C631ED

RGB

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

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

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

R = 40.91%
G = 10.12%
B = 48.97%

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

#C631ED (or 0xC631ED) is known color: Medium Orchid. HEX triplet: C6, 31 and ED. RGB value is (198,49,237). Sum of RGB (Red+Green+Blue) = 198+49+237=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #C631ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C631ED is #39CE12. Grayscale: #727272. Windows color (decimal): -3788307 or 15544774. OLE color: 15544774.

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

Color convert

RGB 198 49 237 -
CMYK 0.16 0.79 0 0.07
HSL 287.55º 0.84% 0.56% -
HSV(B) 287.55º 0.79% 0.93% -
XYZ 39.67 20.32 81.95 -
YUV 114.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 198 49 237 0.16 0.79 0 0.07 287.55 0.84 0.56
Hex C6 31 ED 10 4F 0 7 120 54 38
Octal 306 61 355 20 117 0 7 440 124 70
Binary 11000110 110001 11101101 10000 1001111 0 111 100100000 1010100 111000

Color Harmonies of #C631ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631ED

Black with #C631ED

Text Example


Text Example

White with #C631ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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