#C6B2FC

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

Shades of Melrose #C6B2FC

Tints of Melrose #C6B2FC

Color information

#C6B2FC (or 0xC6B2FC) is unknown color: approx Melrose. HEX triplet: C6, B2 and FC. RGB value is (198,178,252). Sum of RGB (Red+Green+Blue) = 198+178+252=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B2FC is #394D03. Grayscale: #C0C0C0. Windows color (decimal): -3755268 or 16560838. OLE color: 16560838.

HSL color Cylindrical-coordinate representation of color #C6B2FC: hue angle of 256.22º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6B2FC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198178252-
CMYK0.210.2900.01
HSL256.22º92.5%84.31%-
HSV(B)256.22º29.37%98.82%-
XYZ56.7850.8798.92-
YUV192.42161.63131.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.53%
GREEN value IS 178 (69.92% from 255) = 28.34%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=31.53%
G=28.34%
B=40.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981782520.210.2900.01256.2292.584.31
HexC6B2FC151D011005c54
Octal306262374253501400134124
Binary11000110101100101111110010101111010110000000010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B2FC; }

 p { color: rgb(198,178,252); }

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

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

 a { background-color: rgb(198,178,252); }

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

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

 span { border-color: rgb(198,178,252); }

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