#C2A8FD

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

Shades of Melrose #C2A8FD

Tints of Melrose #C2A8FD

Color information

#C2A8FD (or 0xC2A8FD) is unknown color: approx Melrose. HEX triplet: C2, A8 and FD. RGB value is (194,168,253). Sum of RGB (Red+Green+Blue) = 194+168+253=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A8FD is #3D5702. Grayscale: #B9B9B9. Windows color (decimal): -4019971 or 16623810. OLE color: 16623810.

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

Color convert

RGB194168253-
CMYK0.230.3400.01
HSL258.35º95.51%82.55%-
HSV(B)258.35º33.6%99.22%-
XYZ53.9846.5799.07-
YUV185.46166.11134.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 168 (66.02% from 255) = 27.32%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=31.54%
G=27.32%
B=41.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941682530.230.3400.01258.3595.5182.55
HexC2A8FD1722011026053
Octal302250375274201402140123
Binary110000101010100011111101101111000100110000001011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A8FD; }

 p { color: rgb(194,168,253); }

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

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

 a { background-color: rgb(194,168,253); }

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

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

 span { border-color: rgb(194,168,253); }

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