#C3AFEA

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

Shades of Melrose #C3AFEA

Tints of Melrose #C3AFEA

Color information

#C3AFEA (or 0xC3AFEA) is unknown color: approx Melrose. HEX triplet: C3, AF and EA. RGB value is (195,175,234). Sum of RGB (Red+Green+Blue) = 195+175+234=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFEA is #3C5015. Grayscale: #BBBBBB. Windows color (decimal): -3952662 or 15380419. OLE color: 15380419.

HSL color Cylindrical-coordinate representation of color #C3AFEA: hue angle of 260.34º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3AFEA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195175234-
CMYK0.170.2500.08
HSL260.34º58.42%80.2%-
HSV(B)260.34º25.21%91.76%-
XYZ52.6948.284.37-
YUV187.71154.13133.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.28%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=32.28%
G=28.97%
B=38.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951752340.170.2500.08260.3458.4280.2
HexC3AFEA1119081043a50
Octal303257352213101040472120
Binary1100001110101111111010101000111001010001000001001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFEA; }

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

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

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

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

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

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

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

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