#C3B1FE

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

Shades of Melrose #C3B1FE

Tints of Melrose #C3B1FE

Color information

#C3B1FE (or 0xC3B1FE) is unknown color: approx Melrose. HEX triplet: C3, B1 and FE. RGB value is (195,177,254). Sum of RGB (Red+Green+Blue) = 195+177+254=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B1FE is #3C4E01. Grayscale: #BEBEBE. Windows color (decimal): -3952130 or 16691651. OLE color: 16691651.

HSL color Cylindrical-coordinate representation of color #C3B1FE: hue angle of 254.03º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3B1FE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195177254-
CMYK0.230.3000.00
HSL254.03º97.47%84.51%-
HSV(B)254.03º30.31%99.61%-
XYZ56.1250.2100.5-
YUV191.16163.46130.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.15%
GREEN value IS 177 (69.53% from 255) = 28.27%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=31.15%
G=28.27%
B=40.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1951772540.230.3000.00254.0397.4784.51
HexC3B1FE171E00fe6155
Octal303261376273600376141125
Binary1100001110110001111111101011111110001111111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1FE; }

 p { color: rgb(195,177,254); }

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

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

 a { background-color: rgb(195,177,254); }

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

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

 span { border-color: rgb(195,177,254); }

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