#C7AFF3

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

Shades of Melrose #C7AFF3

Tints of Melrose #C7AFF3

Color information

#C7AFF3 (or 0xC7AFF3) is unknown color: approx Melrose. HEX triplet: C7, AF and F3. RGB value is (199,175,243). Sum of RGB (Red+Green+Blue) = 199+175+243=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFF3 is #38500C. Grayscale: #BDBDBD. Windows color (decimal): -3690509 or 15970247. OLE color: 15970247.

HSL color Cylindrical-coordinate representation of color #C7AFF3: hue angle of 261.18º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7AFF3 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199175243-
CMYK0.180.2800.05
HSL261.18º73.91%81.96%-
HSV(B)261.18º27.98%95.29%-
XYZ55.0649.2791.4-
YUV189.93157.95134.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.25%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=32.25%
G=28.36%
B=39.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991752430.180.2800.05261.1873.9181.96
HexC7AFF3121C051054a52
Octal307257363223405405112122
Binary1100011110101111111100111001011100010110000010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFF3; }

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

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

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

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

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

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

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

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