Html Css Color HEX #C631F4 Medium Orchid

📋 copy color: '#C631F4'

red 198 ◦ green 49 ◦ blue 244

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

Shades of Medium Orchid #C631F4

Tints of Medium Orchid #C631F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.69%

R = 40.33%
G = 9.98%
B = 49.69%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C631F4 (or 0xC631F4) is known color: Medium Orchid. HEX triplet: C6, 31 and F4. RGB value is (198,49,244). Sum of RGB (Red+Green+Blue) = 198+49+244=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #C631F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C631F4 is #39CE0B. Grayscale: #737373. Windows color (decimal): -3788300 or 16003526. OLE color: 16003526.

HSL color Cylindrical-coordinate representation of color #C631F4: hue angle of 285.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C631F4 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 49 244 -
CMYK 0.19 0.80 0 0.04
HSL 285.85º 0.9% 0.57% -
HSV(B) 285.85º 0.8% 0.96% -
XYZ 40.72 20.73 87.44 -
YUV 115.78 200.36 186.64 -
System Red Green Blue C M Y K H S L
Decimal 198 49 244 0.19 0.80 0 0.04 285.85 0.9 0.57
Hex C6 31 F4 13 50 0 4 11E 5A 39
Octal 306 61 364 23 120 0 4 436 132 71
Binary 11000110 110001 11110100 10011 1010000 0 100 100011110 1011010 111001

Color Harmonies of #C631F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631F4

Black with #C631F4

Text Example


Text Example

White with #C631F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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