Html Css Color HEX #C3B6F4 Melrose

📋 copy color: '#C3B6F4'

red 195 ◦ green 182 ◦ blue 244

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

Shades of Melrose #C3B6F4

Tints of Melrose #C3B6F4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.31%

 BLUE value IS 244 (95.7% from 255) = 39.29%

R = 31.4%
G = 29.31%
B = 39.29%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C3B6F4 (or 0xC3B6F4) is known color: Melrose. HEX triplet: C3, B6 and F4. RGB value is (195,182,244). Sum of RGB (Red+Green+Blue) = 195+182+244=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #C3B6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B6F4 is #3C490B. Grayscale: #C0C0C0. Windows color (decimal): -3950860 or 16037571. OLE color: 16037571.

HSL color Cylindrical-coordinate representation of color #C3B6F4: hue angle of 252.58º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3B6F4 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 182 244 -
CMYK 0.20 0.25 0 0.04
HSL 252.58º 0.74% 0.84% -
HSV(B) 252.58º 0.25% 0.96% -
XYZ 55.56 51.59 92.62 -
YUV 192.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 195 182 244 0.20 0.25 0 0.04 252.58 0.74 0.84
Hex C3 B6 F4 14 19 0 4 FD 4A 54
Octal 303 266 364 24 31 0 4 375 112 124
Binary 11000011 10110110 11110100 10100 11001 0 100 11111101 1001010 1010100

Color Harmonies of #C3B6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B6F4

Black with #C3B6F4

Text Example


Text Example

White with #C3B6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B6F4; }

 p { color: rgb(195,182,244); }

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

background-color css

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

 a { background-color: rgb(195,182,244); }

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

border-color css

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

 span { border-color: rgb(195,182,244); }

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