Html Css Color HEX #C7B2FC Melrose

📋 copy color: '#C7B2FC'

red 199 ◦ green 178 ◦ blue 252

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

Shades of Melrose #C7B2FC

Tints of Melrose #C7B2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.3%

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

R = 31.64%
G = 28.3%
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

#C7B2FC (or 0xC7B2FC) is known color: Melrose. HEX triplet: C7, B2 and FC. RGB value is (199,178,252). Sum of RGB (Red+Green+Blue) = 199+178+252=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 178 (69.92% from 255 or 28.30% 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 #C7B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B2FC is #384D03. Grayscale: #C0C0C0. Windows color (decimal): -3689732 or 16560839. OLE color: 16560839.

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

Color convert

RGB 199 178 252 -
CMYK 0.21 0.29 0 0.01
HSL 257.03º 0.93% 0.84% -
HSV(B) 257.03º 0.29% 0.99% -
XYZ 57.04 51.01 98.94 -
YUV 192.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 199 178 252 0.21 0.29 0 0.01 257.03 0.93 0.84
Hex C7 B2 FC 15 1D 0 1 101 5C 54
Octal 307 262 374 25 35 0 1 401 134 124
Binary 11000111 10110010 11111100 10101 11101 0 1 100000001 1011100 1010100

Color Harmonies of #C7B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B2FC

Black with #C7B2FC

Text Example


Text Example

White with #C7B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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