Html Css Color HEX #C7B3FC Melrose

📋 copy color: '#C7B3FC'

red 199 ◦ green 179 ◦ blue 252

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

Shades of Melrose #C7B3FC

Tints of Melrose #C7B3FC

RGB

 RED value IS 199 (78.13% from 255) = 31.59%

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

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

R = 31.59%
G = 28.41%
B = 40%

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

#C7B3FC (or 0xC7B3FC) is known color: Melrose. HEX triplet: C7, B3 and FC. RGB value is (199,179,252). Sum of RGB (Red+Green+Blue) = 199+179+252=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7B3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B3FC is #384C03. Grayscale: #C1C1C1. Windows color (decimal): -3689476 or 16561095. OLE color: 16561095.

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

Color convert

RGB 199 179 252 -
CMYK 0.21 0.29 0 0.01
HSL 256.44º 0.92% 0.85% -
HSV(B) 256.44º 0.29% 0.99% -
XYZ 57.24 51.41 99 -
YUV 193.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 199 179 252 0.21 0.29 0 0.01 256.44 0.92 0.85
Hex C7 B3 FC 15 1D 0 1 100 5C 55
Octal 307 263 374 25 35 0 1 400 134 125
Binary 11000111 10110011 11111100 10101 11101 0 1 100000000 1011100 1010101

Color Harmonies of #C7B3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B3FC

Black with #C7B3FC

Text Example


Text Example

White with #C7B3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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