#C3B0FF

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

Shades of Melrose #C3B0FF

Tints of Melrose #C3B0FF

Color information

#C3B0FF (or 0xC3B0FF) is unknown color: approx Melrose. HEX triplet: C3, B0 and FF. RGB value is (195,176,255). Sum of RGB (Red+Green+Blue) = 195+176+255=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B0FF is #3C4F00. Grayscale: #BEBEBE. Windows color (decimal): -3952385 or 16756931. OLE color: 16756931.

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

Color convert

RGB195176255-
CMYK0.240.3100
HSL254.43º100%84.51%-
HSV(B)254.43º30.98%100%-
XYZ56.0849.87101.28-
YUV190.69164.29131.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.15%
GREEN value IS 176 (69.14% from 255) = 28.12%
BLUE value IS 255 (100% from 255) = 40.73%
R=31.15%
G=28.12%
B=40.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951762550.240.3100254.4310084.51
HexC3B0FF181F00fe6455
Octal303260377303700376144125
Binary1100001110110000111111111100011111001111111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0FF; }

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

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

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

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

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

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

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

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