Html Css Color HEX #C3B4F9 Melrose

📋 copy color: '#C3B4F9'

red 195 ◦ green 180 ◦ blue 249

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

Shades of Melrose #C3B4F9

Tints of Melrose #C3B4F9

RGB

 RED value IS 195 (76.56% from 255) = 31.25%

 GREEN value IS 180 (70.7% from 255) = 28.85%

 BLUE value IS 249 (97.66% from 255) = 39.9%

R = 31.25%
G = 28.85%
B = 39.9%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3B4F9 (or 0xC3B4F9) is known color: Melrose. HEX triplet: C3, B4 and F9. RGB value is (195,180,249). Sum of RGB (Red+Green+Blue) = 195+180+249=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3B4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B4F9 is #3C4B06. Grayscale: #C0C0C0. Windows color (decimal): -3951367 or 16364739. OLE color: 16364739.

HSL color Cylindrical-coordinate representation of color #C3B4F9: hue angle of 253.04º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B4F9 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 180 249 -
CMYK 0.22 0.28 0 0.02
HSL 253.04º 0.85% 0.84% -
HSV(B) 253.04º 0.28% 0.98% -
XYZ 55.93 51.08 96.54 -
YUV 192.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 195 180 249 0.22 0.28 0 0.02 253.04 0.85 0.84
Hex C3 B4 F9 16 1C 0 2 FD 55 54
Octal 303 264 371 26 34 0 2 375 125 124
Binary 11000011 10110100 11111001 10110 11100 0 10 11111101 1010101 1010100

Color Harmonies of #C3B4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B4F9

Black with #C3B4F9

Text Example


Text Example

White with #C3B4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B4F9; }

 p { color: rgb(195,180,249); }

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

background-color css

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

 a { background-color: rgb(195,180,249); }

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

border-color css

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

 span { border-color: rgb(195,180,249); }

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