Html Css Color HEX #C4A9FE Melrose

📋 copy color: '#C4A9FE'

red 196 ◦ green 169 ◦ blue 254

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

Shades of Melrose #C4A9FE

Tints of Melrose #C4A9FE

RGB

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

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

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

R = 31.66%
G = 27.3%
B = 41.03%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4A9FE (or 0xC4A9FE) is known color: Melrose. HEX triplet: C4, A9 and FE. RGB value is (196,169,254). Sum of RGB (Red+Green+Blue) = 196+169+254=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A9FE is #3B5601. Grayscale: #BABABA. Windows color (decimal): -3888642 or 16689604. OLE color: 16689604.

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

Color convert

RGB 196 169 254 -
CMYK 0.23 0.33 0 0.00
HSL 259.06º 0.98% 0.83% -
HSV(B) 259.06º 0.33% 1% -
XYZ 54.84 47.27 100 -
YUV 186.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 196 169 254 0.23 0.33 0 0.00 259.06 0.98 0.83
Hex C4 A9 FE 17 21 0 0 103 62 53
Octal 304 251 376 27 41 0 0 403 142 123
Binary 11000100 10101001 11111110 10111 100001 0 0 100000011 1100010 1010011

Color Harmonies of #C4A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A9FE

Black with #C4A9FE

Text Example


Text Example

White with #C4A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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