Html Css Color HEX #C3BCDC Melrose

📋 copy color: '#C3BCDC'

red 195 ◦ green 188 ◦ blue 220

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

Shades of Melrose #C3BCDC

Tints of Melrose #C3BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 32.34%
G = 31.18%
B = 36.48%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3BCDC (or 0xC3BCDC) is known color: Melrose. HEX triplet: C3, BC and DC. RGB value is (195,188,220). Sum of RGB (Red+Green+Blue) = 195+188+220=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCDC is #3C4323. Grayscale: #C1C1C1. Windows color (decimal): -3949348 or 14466243. OLE color: 14466243.

HSL color Cylindrical-coordinate representation of color #C3BCDC: hue angle of 253.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3BCDC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 188 220 -
CMYK 0.11 0.15 0 0.14
HSL 253.13º 0.31% 0.8% -
HSV(B) 253.13º 0.15% 0.86% -
XYZ 53.41 52.74 75.07 -
YUV 193.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 195 188 220 0.11 0.15 0 0.14 253.13 0.31 0.8
Hex C3 BC DC B F 0 E FD 1F 50
Octal 303 274 334 13 17 0 16 375 37 120
Binary 11000011 10111100 11011100 1011 1111 0 1110 11111101 11111 1010000

Color Harmonies of #C3BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCDC

Black with #C3BCDC

Text Example


Text Example

White with #C3BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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