Html Css Color HEX #C3B7E6 Melrose

📋 copy color: '#C3B7E6'

red 195 ◦ green 183 ◦ blue 230

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

Shades of Melrose #C3B7E6

Tints of Melrose #C3B7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.83%

R = 32.07%
G = 30.1%
B = 37.83%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C3B7E6 (or 0xC3B7E6) is known color: Melrose. HEX triplet: C3, B7 and E6. RGB value is (195,183,230). Sum of RGB (Red+Green+Blue) = 195+183+230=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3B7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B7E6 is #3C4819. Grayscale: #BFBFBF. Windows color (decimal): -3950618 or 15120323. OLE color: 15120323.

HSL color Cylindrical-coordinate representation of color #C3B7E6: hue angle of 255.32º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3B7E6 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 183 230 -
CMYK 0.15 0.20 0 0.10
HSL 255.32º 0.48% 0.81% -
HSV(B) 255.32º 0.2% 0.9% -
XYZ 53.72 51.18 81.91 -
YUV 191.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 195 183 230 0.15 0.20 0 0.10 255.32 0.48 0.81
Hex C3 B7 E6 F 14 0 A FF 30 51
Octal 303 267 346 17 24 0 12 377 60 121
Binary 11000011 10110111 11100110 1111 10100 0 1010 11111111 110000 1010001

Color Harmonies of #C3B7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B7E6

Black with #C3B7E6

Text Example


Text Example

White with #C3B7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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