Html Css Color HEX #C6B3FC Melrose

📋 copy color: '#C6B3FC'

red 198 ◦ green 179 ◦ blue 252

#C6B3FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C6B3FC

Tints of Melrose #C6B3FC

RGB

 RED value IS 198 (77.73% from 255) = 31.48%

 GREEN value IS 179 (70.31% from 255) = 28.46%

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 31.48%
G = 28.46%
B = 40.06%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6B3FC (or 0xC6B3FC) is known color: Melrose. HEX triplet: C6, B3 and FC. RGB value is (198,179,252). Sum of RGB (Red+Green+Blue) = 198+179+252=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6B3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B3FC is #394C03. Grayscale: #C0C0C0. Windows color (decimal): -3755012 or 16561094. OLE color: 16561094.

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

Color convert

RGB 198 179 252 -
CMYK 0.21 0.29 0 0.01
HSL 255.62º 0.92% 0.85% -
HSV(B) 255.62º 0.29% 0.99% -
XYZ 56.98 51.27 98.99 -
YUV 193 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 198 179 252 0.21 0.29 0 0.01 255.62 0.92 0.85
Hex C6 B3 FC 15 1D 0 1 100 5C 55
Octal 306 263 374 25 35 0 1 400 134 125
Binary 11000110 10110011 11111100 10101 11101 0 1 100000000 1011100 1010101

Color Harmonies of #C6B3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B3FC

Black with #C6B3FC

Text Example


Text Example

White with #C6B3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B3FC; }

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

 H1.HeaderClassName
 {
   color: #C6B3FC;
 }
 .AnyTagClassName
 {
   color: #C6B3FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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