#C3ABFF

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

Shades of Melrose #C3ABFF

Tints of Melrose #C3ABFF

Color information

#C3ABFF (or 0xC3ABFF) is unknown color: approx Melrose. HEX triplet: C3, AB and FF. RGB value is (195,171,255). Sum of RGB (Red+Green+Blue) = 195+171+255=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABFF is #3C5400. Grayscale: #BBBBBB. Windows color (decimal): -3953665 or 16755651. OLE color: 16755651.

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

Color convert

RGB195171255-
CMYK0.240.3300
HSL257.14º100%83.53%-
HSV(B)257.14º32.94%100%-
XYZ55.1247.95100.96-
YUV187.75165.95133.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.40%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 255 (100% from 255) = 41.06%
R=31.40%
G=27.54%
B=41.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951712550.240.3300257.1410083.53
HexC3ABFF1821001016454
Octal303253377304100401144124
Binary110000111010101111111111110001000010010000000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABFF; }

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

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

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

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

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

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

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

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