Html Css Color HEX #C7B2FF Melrose

📋 copy color: '#C7B2FF'

red 199 ◦ green 178 ◦ blue 255

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

Shades of Melrose #C7B2FF

Tints of Melrose #C7B2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.35%

R = 31.49%
G = 28.16%
B = 40.35%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7B2FF (or 0xC7B2FF) is known color: Melrose. HEX triplet: C7, B2 and FF. RGB value is (199,178,255). Sum of RGB (Red+Green+Blue) = 199+178+255=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B2FF is #384D00. Grayscale: #C0C0C0. Windows color (decimal): -3689729 or 16757447. OLE color: 16757447.

HSL color Cylindrical-coordinate representation of color #C7B2FF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7B2FF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 178 255 -
CMYK 0.22 0.30 0 0
HSL 256.36º 1% 0.85% -
HSV(B) 256.36º 0.3% 1% -
XYZ 57.52 51.2 101.46 -
YUV 193.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 199 178 255 0.22 0.30 0 0 256.36 1 0.85
Hex C7 B2 FF 16 1E 0 0 100 64 55
Octal 307 262 377 26 36 0 0 400 144 125
Binary 11000111 10110010 11111111 10110 11110 0 0 100000000 1100100 1010101

Color Harmonies of #C7B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B2FF

Black with #C7B2FF

Text Example


Text Example

White with #C7B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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