#c3afff

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

Shades of Melrose #C3AFFF

Tints of Melrose #C3AFFF

Color information

#C3AFFF (or 0xC3AFFF) is unknown color: approx Melrose. HEX triplet: C3, AF and FF. RGB value is (195,175,255). Sum of RGB (Red+Green+Blue) = 195+175+255=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFFF is #3C5000. Grayscale: #BDBDBD. Windows color (decimal): -3952641 or 16756675. OLE color: 16756675.

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

Color convert

RGB195175255-
CMYK0.240.3100
HSL255º100%84.31%-
HSV(B)255º31.37%100%-
XYZ55.8949.48101.21-
YUV190.1164.63131.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.2%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 255 (100% from 255) = 40.8%
R=31.2%
G=28%
B=40.8%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951752550.240.310025510084.31
HexC3AFFF181F00ff6454
Octal303257377303700377144124
Binary1100001110101111111111111100011111001111111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3afff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3afff; }

 p { color: rgb(195,175,255); }

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

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

 a { background-color: rgb(195,175,255); }

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

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

 span { border-color: rgb(195,175,255); }

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