#C285A0

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

Shades of Viola #C285A0

Tints of Viola #C285A0

Color information

#C285A0 (or 0xC285A0) is unknown color: approx Viola. HEX triplet: C2, 85 and A0. RGB value is (194,133,160). Sum of RGB (Red+Green+Blue) = 194+133+160=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C285A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285A0 is #3D7A5F. Grayscale: #9A9A9A. Windows color (decimal): -4029024 or 10520002. OLE color: 10520002.

HSL color Cylindrical-coordinate representation of color #C285A0: hue angle of 333.44º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C285A0 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194133160-
CMYK00.310.180.24
HSL333.44º33.33%64.12%-
HSV(B)333.44º31.44%76.08%-
XYZ36.9830.7837.25-
YUV154.32131.21156.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=39.84%
G=27.31%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413316000.310.180.24333.4433.3364.12
HexC285A001F121814d2140
Octal302205240037223051541100
Binary11000010100001011010000001111110010110001010011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285A0; }

 p { color: rgb(194,133,160); }

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

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

 a { background-color: rgb(194,133,160); }

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

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

 span { border-color: rgb(194,133,160); }

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