Html Css Color HEX #C631E0 Medium Orchid

📋 copy color: '#C631E0'

red 198 ◦ green 49 ◦ blue 224

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

Shades of Medium Orchid #C631E0

Tints of Medium Orchid #C631E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 42.04%
G = 10.4%
B = 47.56%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C631E0 (or 0xC631E0) is known color: Medium Orchid. HEX triplet: C6, 31 and E0. RGB value is (198,49,224). Sum of RGB (Red+Green+Blue) = 198+49+224=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #C631E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631E0 is #39CE1F. Grayscale: #707070. Windows color (decimal): -3788320 or 14692806. OLE color: 14692806.

HSL color Cylindrical-coordinate representation of color #C631E0: hue angle of 291.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C631E0 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 49 224 -
CMYK 0.12 0.78 0 0.12
HSL 291.09º 0.74% 0.54% -
HSV(B) 291.09º 0.78% 0.88% -
XYZ 37.84 19.58 72.31 -
YUV 113.5 190.36 188.27 -
System Red Green Blue C M Y K H S L
Decimal 198 49 224 0.12 0.78 0 0.12 291.09 0.74 0.54
Hex C6 31 E0 C 4E 0 C 123 4A 36
Octal 306 61 340 14 116 0 14 443 112 66
Binary 11000110 110001 11100000 1100 1001110 0 1100 100100011 1001010 110110

Color Harmonies of #C631E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631E0

Black with #C631E0

Text Example


Text Example

White with #C631E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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