Html Css Color HEX #C4A9FA Melrose

📋 copy color: '#C4A9FA'

red 196 ◦ green 169 ◦ blue 250

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

Shades of Melrose #C4A9FA

Tints of Melrose #C4A9FA

RGB

 RED value IS 196 (76.95% from 255) = 31.87%

 GREEN value IS 169 (66.41% from 255) = 27.48%

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

R = 31.87%
G = 27.48%
B = 40.65%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4A9FA (or 0xC4A9FA) is known color: Melrose. HEX triplet: C4, A9 and FA. RGB value is (196,169,250). Sum of RGB (Red+Green+Blue) = 196+169+250=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4A9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A9FA is #3B5605. Grayscale: #BABABA. Windows color (decimal): -3888646 or 16427460. OLE color: 16427460.

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

Color convert

RGB 196 169 250 -
CMYK 0.22 0.32 0 0.02
HSL 260º 0.89% 0.82% -
HSV(B) 260º 0.32% 0.98% -
XYZ 54.21 47.01 96.66 -
YUV 186.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 196 169 250 0.22 0.32 0 0.02 260 0.89 0.82
Hex C4 A9 FA 16 20 0 2 104 59 52
Octal 304 251 372 26 40 0 2 404 131 122
Binary 11000100 10101001 11111010 10110 100000 0 10 100000100 1011001 1010010

Color Harmonies of #C4A9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A9FA

Black with #C4A9FA

Text Example


Text Example

White with #C4A9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A9FA; }

 p { color: rgb(196,169,250); }

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

background-color css

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

 a { background-color: rgb(196,169,250); }

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

border-color css

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

 span { border-color: rgb(196,169,250); }

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