#C3AEFD

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

Shades of Melrose #C3AEFD

Tints of Melrose #C3AEFD

Color information

#C3AEFD (or 0xC3AEFD) is unknown color: approx Melrose. HEX triplet: C3, AE and FD. RGB value is (195,174,253). Sum of RGB (Red+Green+Blue) = 195+174+253=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AEFD is #3C5102. Grayscale: #BCBCBC. Windows color (decimal): -3952899 or 16625347. OLE color: 16625347.

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

Color convert

RGB195174253-
CMYK0.230.3100.01
HSL255.95º95.18%83.73%-
HSV(B)255.95º31.23%99.22%-
XYZ55.3748.9799.46-
YUV189.28163.96132.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=31.35%
G=27.97%
B=40.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951742530.230.3100.01255.9595.1883.73
HexC3AEFD171F011005f54
Octal303256375273701400137124
Binary11000011101011101111110110111111110110000000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEFD; }

 p { color: rgb(195,174,253); }

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

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

 a { background-color: rgb(195,174,253); }

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

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

 span { border-color: rgb(195,174,253); }

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