Html Css Color HEX #C3B3FA Melrose

📋 copy color: '#C3B3FA'

red 195 ◦ green 179 ◦ blue 250

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

Shades of Melrose #C3B3FA

Tints of Melrose #C3B3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.69%

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 31.25%
G = 28.69%
B = 40.06%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3B3FA (or 0xC3B3FA) is known color: Melrose. HEX triplet: C3, B3 and FA. RGB value is (195,179,250). Sum of RGB (Red+Green+Blue) = 195+179+250=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3B3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B3FA is #3C4C05. Grayscale: #BFBFBF. Windows color (decimal): -3951622 or 16430019. OLE color: 16430019.

HSL color Cylindrical-coordinate representation of color #C3B3FA: hue angle of 253.52º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B3FA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 179 250 -
CMYK 0.22 0.28 0 0.02
HSL 253.52º 0.88% 0.84% -
HSV(B) 253.52º 0.28% 0.98% -
XYZ 55.88 50.74 97.29 -
YUV 191.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 195 179 250 0.22 0.28 0 0.02 253.52 0.88 0.84
Hex C3 B3 FA 16 1C 0 2 FE 58 54
Octal 303 263 372 26 34 0 2 376 130 124
Binary 11000011 10110011 11111010 10110 11100 0 10 11111110 1011000 1010100

Color Harmonies of #C3B3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B3FA

Black with #C3B3FA

Text Example


Text Example

White with #C3B3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B3FA; }

 p { color: rgb(195,179,250); }

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

background-color css

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

 a { background-color: rgb(195,179,250); }

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

border-color css

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

 span { border-color: rgb(195,179,250); }

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