Html Css Color HEX #C461EA Medium Orchid

📋 copy color: '#C461EA'

red 196 ◦ green 97 ◦ blue 234

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

Shades of Medium Orchid #C461EA

Tints of Medium Orchid #C461EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 37.19%
G = 18.41%
B = 44.4%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C461EA (or 0xC461EA) is known color: Medium Orchid. HEX triplet: C4, 61 and EA. RGB value is (196,97,234). Sum of RGB (Red+Green+Blue) = 196+97+234=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #C461EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C461EA is #3B9E15. Grayscale: #8D8D8D. Windows color (decimal): -3907094 or 15360452. OLE color: 15360452.

HSL color Cylindrical-coordinate representation of color #C461EA: hue angle of 283.36º degrees, saturation: 0.77, 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 #C461EA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 97 234 -
CMYK 0.16 0.59 0 0.08
HSL 283.36º 0.77% 0.65% -
HSV(B) 283.36º 0.59% 0.92% -
XYZ 41.89 26.23 80.7 -
YUV 142.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 196 97 234 0.16 0.59 0 0.08 283.36 0.77 0.65
Hex C4 61 EA 10 3B 0 8 11B 4D 41
Octal 304 141 352 20 73 0 10 433 115 101
Binary 11000100 1100001 11101010 10000 111011 0 1000 100011011 1001101 1000001

Color Harmonies of #C461EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461EA

Black with #C461EA

Text Example


Text Example

White with #C461EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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