#C8AFFC

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

Shades of Melrose #C8AFFC

Tints of Melrose #C8AFFC

Color information

#C8AFFC (or 0xC8AFFC) is unknown color: approx Melrose. HEX triplet: C8, AF and FC. RGB value is (200,175,252). Sum of RGB (Red+Green+Blue) = 200+175+252=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFFC is #375003. Grayscale: #BEBEBE. Windows color (decimal): -3624964 or 16560072. OLE color: 16560072.

HSL color Cylindrical-coordinate representation of color #C8AFFC: hue angle of 259.48º degrees, saturation: 0.93, 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 #C8AFFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200175252-
CMYK0.210.3100.01
HSL259.48º92.77%83.73%-
HSV(B)259.48º30.56%98.82%-
XYZ56.7249.9798.75-
YUV191.25162.28134.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=31.90%
G=27.91%
B=40.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001752520.210.3100.01259.4892.7783.73
HexC8AFFC151F011035d54
Octal310257374253701403135124
Binary11001000101011111111110010101111110110000001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFFC; }

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

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

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

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

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

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

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

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