Html Css Color HEX #C3BCDF Melrose

📋 copy color: '#C3BCDF'

red 195 ◦ green 188 ◦ blue 223

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

Shades of Melrose #C3BCDF

Tints of Melrose #C3BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.02%

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 32.18%
G = 31.02%
B = 36.8%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3BCDF (or 0xC3BCDF) is known color: Melrose. HEX triplet: C3, BC and DF. RGB value is (195,188,223). Sum of RGB (Red+Green+Blue) = 195+188+223=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCDF is #3C4320. Grayscale: #C1C1C1. Windows color (decimal): -3949345 or 14662851. OLE color: 14662851.

HSL color Cylindrical-coordinate representation of color #C3BCDF: hue angle of 252º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BCDF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 188 223 -
CMYK 0.13 0.16 0 0.13
HSL 252º 0.35% 0.81% -
HSV(B) 252º 0.16% 0.87% -
XYZ 53.81 52.9 77.19 -
YUV 194.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 195 188 223 0.13 0.16 0 0.13 252 0.35 0.81
Hex C3 BC DF D 10 0 D FC 23 51
Octal 303 274 337 15 20 0 15 374 43 121
Binary 11000011 10111100 11011111 1101 10000 0 1101 11111100 100011 1010001

Color Harmonies of #C3BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCDF

Black with #C3BCDF

Text Example


Text Example

White with #C3BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCDF; }

 p { color: rgb(195,188,223); }

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

background-color css

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

 a { background-color: rgb(195,188,223); }

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

border-color css

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

 span { border-color: rgb(195,188,223); }

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