Html Css Color HEX #C3B7EC Melrose

📋 copy color: '#C3B7EC'

red 195 ◦ green 183 ◦ blue 236

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

Shades of Melrose #C3B7EC

Tints of Melrose #C3B7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.8%

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 31.76%
G = 29.8%
B = 38.44%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3B7EC (or 0xC3B7EC) is known color: Melrose. HEX triplet: C3, B7 and EC. RGB value is (195,183,236). Sum of RGB (Red+Green+Blue) = 195+183+236=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B7EC is #3C4813. Grayscale: #C0C0C0. Windows color (decimal): -3950612 or 15513539. OLE color: 15513539.

HSL color Cylindrical-coordinate representation of color #C3B7EC: hue angle of 253.58º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3B7EC is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 183 236 -
CMYK 0.17 0.22 0 0.07
HSL 253.58º 0.58% 0.82% -
HSV(B) 253.58º 0.22% 0.93% -
XYZ 54.58 51.53 86.43 -
YUV 192.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 195 183 236 0.17 0.22 0 0.07 253.58 0.58 0.82
Hex C3 B7 EC 11 16 0 7 FE 3A 52
Octal 303 267 354 21 26 0 7 376 72 122
Binary 11000011 10110111 11101100 10001 10110 0 111 11111110 111010 1010010

Color Harmonies of #C3B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B7EC

Black with #C3B7EC

Text Example


Text Example

White with #C3B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B7EC; }

 p { color: rgb(195,183,236); }

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

background-color css

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

 a { background-color: rgb(195,183,236); }

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

border-color css

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

 span { border-color: rgb(195,183,236); }

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