#C460CE

Color #C460CE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C460CE

Tints of Medium Orchid #C460CE

Color information

#C460CE (or 0xC460CE) is unknown color: approx Medium Orchid. HEX triplet: C4, 60 and CE. RGB value is (196,96,206). Sum of RGB (Red+Green+Blue) = 196+96+206=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #C460CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460CE is #3B9F31. Grayscale: #8A8A8A. Windows color (decimal): -3907378 or 13525188. OLE color: 13525188.

HSL color Cylindrical-coordinate representation of color #C460CE: hue angle of 294.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C460CE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19696206-
CMYK0.050.5300.19
HSL294.55º52.88%59.22%-
HSV(B)294.55º53.4%80.78%-
XYZ38.0924.5661.13-
YUV138.44166.13169.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.36%
GREEN value IS 96 (37.89% from 255) = 19.28%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=39.36%
G=19.28%
B=41.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196962060.050.5300.19294.5552.8859.22
HexC460CE535013127353b
Octal3041403165650234476573
Binary11000100110000011001110101110101010011100100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C460CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C460CE; }

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

 H1.HeaderClassName
 {
   color: #C460CE;
 }
 .AnyTagClassName
 {
   color: #C460CE;
 }
</style>
background-color css

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

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

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

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

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

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