Html Css Color HEX #C3B7ED Melrose

📋 copy color: '#C3B7ED'

red 195 ◦ green 183 ◦ blue 237

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

Shades of Melrose #C3B7ED

Tints of Melrose #C3B7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 31.71%
G = 29.76%
B = 38.54%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3B7ED (or 0xC3B7ED) is known color: Melrose. HEX triplet: C3, B7 and ED. RGB value is (195,183,237). Sum of RGB (Red+Green+Blue) = 195+183+237=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B7ED is #3C4812. Grayscale: #C0C0C0. Windows color (decimal): -3950611 or 15579075. OLE color: 15579075.

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

Color convert

RGB 195 183 237 -
CMYK 0.18 0.23 0 0.07
HSL 253.33º 0.6% 0.82% -
HSV(B) 253.33º 0.23% 0.93% -
XYZ 54.73 51.58 87.19 -
YUV 192.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 195 183 237 0.18 0.23 0 0.07 253.33 0.6 0.82
Hex C3 B7 ED 12 17 0 7 FD 3C 52
Octal 303 267 355 22 27 0 7 375 74 122
Binary 11000011 10110111 11101101 10010 10111 0 111 11111101 111100 1010010

Color Harmonies of #C3B7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B7ED

Black with #C3B7ED

Text Example


Text Example

White with #C3B7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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