Html Css Color HEX #C460EC Medium Orchid

📋 copy color: '#C460EC'

red 196 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #C460EC

Tints of Medium Orchid #C460EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.18%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 37.12%
G = 18.18%
B = 44.7%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C460EC (or 0xC460EC) is known color: Medium Orchid. HEX triplet: C4, 60 and EC. RGB value is (196,96,236). Sum of RGB (Red+Green+Blue) = 196+96+236=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #C460EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C460EC is #3B9F13. Grayscale: #8D8D8D. Windows color (decimal): -3907348 or 15491268. OLE color: 15491268.

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

Color convert

RGB 196 96 236 -
CMYK 0.17 0.59 0 0.07
HSL 282.86º 0.79% 0.65% -
HSV(B) 282.86º 0.59% 0.93% -
XYZ 42.09 26.16 82.19 -
YUV 141.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 196 96 236 0.17 0.59 0 0.07 282.86 0.79 0.65
Hex C4 60 EC 11 3B 0 7 11B 4F 41
Octal 304 140 354 21 73 0 7 433 117 101
Binary 11000100 1100000 11101100 10001 111011 0 111 100011011 1001111 1000001

Color Harmonies of #C460EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460EC

Black with #C460EC

Text Example


Text Example

White with #C460EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460EC; }

 p { color: rgb(196,96,236); }

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

background-color css

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

 a { background-color: rgb(196,96,236); }

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

border-color css

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

 span { border-color: rgb(196,96,236); }

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