#C7AFFE

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

Shades of Melrose #C7AFFE

Tints of Melrose #C7AFFE

Color information

#C7AFFE (or 0xC7AFFE) is unknown color: approx Melrose. HEX triplet: C7, AF and FE. RGB value is (199,175,254). Sum of RGB (Red+Green+Blue) = 199+175+254=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFFE is #385001. Grayscale: #BEBEBE. Windows color (decimal): -3690498 or 16691143. OLE color: 16691143.

HSL color Cylindrical-coordinate representation of color #C7AFFE: hue angle of 258.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7AFFE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199175254-
CMYK0.220.3100.00
HSL258.23º97.53%84.12%-
HSV(B)258.23º31.1%99.61%-
XYZ56.7749.96100.42-
YUV191.18163.45133.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.69%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=31.69%
G=27.87%
B=40.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991752540.220.3100.00258.2397.5384.12
HexC7AFFE161F001026254
Octal307257376263700402142124
Binary11000111101011111111111010110111110010000001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFFE; }

 p { color: rgb(199,175,254); }

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

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

 a { background-color: rgb(199,175,254); }

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

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

 span { border-color: rgb(199,175,254); }

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