Html Css Color HEX #C3B0FE Melrose

📋 copy color: '#C3B0FE'

red 195 ◦ green 176 ◦ blue 254

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

Shades of Melrose #C3B0FE

Tints of Melrose #C3B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.16%

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 31.2%
G = 28.16%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3B0FE (or 0xC3B0FE) is known color: Melrose. HEX triplet: C3, B0 and FE. RGB value is (195,176,254). Sum of RGB (Red+Green+Blue) = 195+176+254=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B0FE is #3C4F01. Grayscale: #BEBEBE. Windows color (decimal): -3952386 or 16691395. OLE color: 16691395.

HSL color Cylindrical-coordinate representation of color #C3B0FE: hue angle of 254.62º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3B0FE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 176 254 -
CMYK 0.23 0.31 0 0.00
HSL 254.62º 0.98% 0.84% -
HSV(B) 254.62º 0.31% 1% -
XYZ 55.92 49.81 100.43 -
YUV 190.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 195 176 254 0.23 0.31 0 0.00 254.62 0.98 0.84
Hex C3 B0 FE 17 1F 0 0 FF 62 54
Octal 303 260 376 27 37 0 0 377 142 124
Binary 11000011 10110000 11111110 10111 11111 0 0 11111111 1100010 1010100

Color Harmonies of #C3B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B0FE

Black with #C3B0FE

Text Example


Text Example

White with #C3B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B0FE; }

 p { color: rgb(195,176,254); }

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

background-color css

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

 a { background-color: rgb(195,176,254); }

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

border-color css

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

 span { border-color: rgb(195,176,254); }

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