Html Css Color HEX #C461EB Medium Orchid

📋 copy color: '#C461EB'

red 196 ◦ green 97 ◦ blue 235

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

Shades of Medium Orchid #C461EB

Tints of Medium Orchid #C461EB

RGB

 RED value IS 196 (76.95% from 255) = 37.12%

 GREEN value IS 97 (38.28% from 255) = 18.37%

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

R = 37.12%
G = 18.37%
B = 44.51%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C461EB (or 0xC461EB) is known color: Medium Orchid. HEX triplet: C4, 61 and EB. RGB value is (196,97,235). Sum of RGB (Red+Green+Blue) = 196+97+235=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C461EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C461EB is #3B9E14. Grayscale: #8D8D8D. Windows color (decimal): -3907093 or 15425988. OLE color: 15425988.

HSL color Cylindrical-coordinate representation of color #C461EB: hue angle of 283.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C461EB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 97 235 -
CMYK 0.17 0.59 0 0.08
HSL 283.04º 0.78% 0.65% -
HSV(B) 283.04º 0.59% 0.92% -
XYZ 42.04 26.28 81.45 -
YUV 142.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 196 97 235 0.17 0.59 0 0.08 283.04 0.78 0.65
Hex C4 61 EB 11 3B 0 8 11B 4E 41
Octal 304 141 353 21 73 0 10 433 116 101
Binary 11000100 1100001 11101011 10001 111011 0 1000 100011011 1001110 1000001

Color Harmonies of #C461EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461EB

Black with #C461EB

Text Example


Text Example

White with #C461EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461EB; }

 p { color: rgb(196,97,235); }

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

background-color css

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

 a { background-color: rgb(196,97,235); }

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

border-color css

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

 span { border-color: rgb(196,97,235); }

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