Html Css Color HEX #C631EB Medium Orchid

📋 copy color: '#C631EB'

red 198 ◦ green 49 ◦ blue 235

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

Shades of Medium Orchid #C631EB

Tints of Medium Orchid #C631EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 41.08%
G = 10.17%
B = 48.76%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C631EB (or 0xC631EB) is known color: Medium Orchid. HEX triplet: C6, 31 and EB. RGB value is (198,49,235). Sum of RGB (Red+Green+Blue) = 198+49+235=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #C631EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C631EB is #39CE14. Grayscale: #727272. Windows color (decimal): -3788309 or 15413702. OLE color: 15413702.

HSL color Cylindrical-coordinate representation of color #C631EB: hue angle of 288.06º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C631EB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 49 235 -
CMYK 0.16 0.79 0 0.08
HSL 288.06º 0.82% 0.56% -
HSV(B) 288.06º 0.79% 0.92% -
XYZ 39.38 20.2 80.42 -
YUV 114.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 198 49 235 0.16 0.79 0 0.08 288.06 0.82 0.56
Hex C6 31 EB 10 4F 0 8 120 52 38
Octal 306 61 353 20 117 0 10 440 122 70
Binary 11000110 110001 11101011 10000 1001111 0 1000 100100000 1010010 111000

Color Harmonies of #C631EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631EB

Black with #C631EB

Text Example


Text Example

White with #C631EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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