Html Css Color HEX #C460EF Medium Orchid

📋 copy color: '#C460EF'

red 196 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #C460EF

Tints of Medium Orchid #C460EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 36.91%
G = 18.08%
B = 45.01%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C460EF (or 0xC460EF) is known color: Medium Orchid. HEX triplet: C4, 60 and EF. RGB value is (196,96,239). Sum of RGB (Red+Green+Blue) = 196+96+239=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #C460EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C460EF is #3B9F10. Grayscale: #8D8D8D. Windows color (decimal): -3907345 or 15687876. OLE color: 15687876.

HSL color Cylindrical-coordinate representation of color #C460EF: hue angle of 281.96º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C460EF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 96 239 -
CMYK 0.18 0.60 0 0.06
HSL 281.96º 0.82% 0.66% -
HSV(B) 281.96º 0.6% 0.94% -
XYZ 42.53 26.33 84.5 -
YUV 142.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 196 96 239 0.18 0.60 0 0.06 281.96 0.82 0.66
Hex C4 60 EF 12 3C 0 6 11A 52 42
Octal 304 140 357 22 74 0 6 432 122 102
Binary 11000100 1100000 11101111 10010 111100 0 110 100011010 1010010 1000010

Color Harmonies of #C460EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460EF

Black with #C460EF

Text Example


Text Example

White with #C460EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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