Html Css Color HEX #C4A8FE Melrose

📋 copy color: '#C4A8FE'

red 196 ◦ green 168 ◦ blue 254

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

Shades of Melrose #C4A8FE

Tints of Melrose #C4A8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.18%

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

R = 31.72%
G = 27.18%
B = 41.1%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4A8FE (or 0xC4A8FE) is known color: Melrose. HEX triplet: C4, A8 and FE. RGB value is (196,168,254). Sum of RGB (Red+Green+Blue) = 196+168+254=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A8FE is #3B5701. Grayscale: #B9B9B9. Windows color (decimal): -3888898 or 16689348. OLE color: 16689348.

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

Color convert

RGB 196 168 254 -
CMYK 0.23 0.34 0 0.00
HSL 259.53º 0.98% 0.83% -
HSV(B) 259.53º 0.34% 1% -
XYZ 54.66 46.9 99.94 -
YUV 186.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 196 168 254 0.23 0.34 0 0.00 259.53 0.98 0.83
Hex C4 A8 FE 17 22 0 0 104 62 53
Octal 304 250 376 27 42 0 0 404 142 123
Binary 11000100 10101000 11111110 10111 100010 0 0 100000100 1100010 1010011

Color Harmonies of #C4A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A8FE

Black with #C4A8FE

Text Example


Text Example

White with #C4A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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