#C2AFF5

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

Shades of Melrose #C2AFF5

Tints of Melrose #C2AFF5

Color information

#C2AFF5 (or 0xC2AFF5) is unknown color: approx Melrose. HEX triplet: C2, AF and F5. RGB value is (194,175,245). Sum of RGB (Red+Green+Blue) = 194+175+245=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #C2AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFF5 is #3D500A. Grayscale: #BCBCBC. Windows color (decimal): -4018187 or 16101314. OLE color: 16101314.

HSL color Cylindrical-coordinate representation of color #C2AFF5: hue angle of 256.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2AFF5 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194175245-
CMYK0.210.2900.04
HSL256.29º77.78%82.35%-
HSV(B)256.29º28.57%96.08%-
XYZ54.0648.7292.94-
YUV188.66159.79131.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 245 (96.09% from 255) = 39.90%
R=31.60%
G=28.50%
B=39.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941752450.210.2900.04256.2977.7882.35
HexC2AFF5151D041004e52
Octal302257365253504400116122
Binary1100001010101111111101011010111101010010000000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFF5; }

 p { color: rgb(194,175,245); }

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

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

 a { background-color: rgb(194,175,245); }

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

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

 span { border-color: rgb(194,175,245); }

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