#C8AFF9

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

Shades of Melrose #C8AFF9

Tints of Melrose #C8AFF9

Color information

#C8AFF9 (or 0xC8AFF9) is unknown color: approx Melrose. HEX triplet: C8, AF and F9. RGB value is (200,175,249). Sum of RGB (Red+Green+Blue) = 200+175+249=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFF9 is #375006. Grayscale: #BEBEBE. Windows color (decimal): -3624967 or 16363464. OLE color: 16363464.

HSL color Cylindrical-coordinate representation of color #C8AFF9: hue angle of 260.27º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8AFF9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200175249-
CMYK0.200.3000.02
HSL260.27º86.05%83.14%-
HSV(B)260.27º29.72%97.65%-
XYZ56.2549.7896.27-
YUV190.91160.78134.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 249 (97.66% from 255) = 39.90%
R=32.05%
G=28.04%
B=39.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001752490.200.3000.02260.2786.0583.14
HexC8AFF9141E021045653
Octal310257371243602404126123
Binary110010001010111111111001101001111001010000010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFF9; }

 p { color: rgb(200,175,249); }

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

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

 a { background-color: rgb(200,175,249); }

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

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

 span { border-color: rgb(200,175,249); }

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