Html Css Color HEX #C5ACFE Melrose

📋 copy color: '#C5ACFE'

red 197 ◦ green 172 ◦ blue 254

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

Shades of Melrose #C5ACFE

Tints of Melrose #C5ACFE

RGB

 RED value IS 197 (77.34% from 255) = 31.62%

 GREEN value IS 172 (67.58% from 255) = 27.61%

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

R = 31.62%
G = 27.61%
B = 40.77%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5ACFE (or 0xC5ACFE) is known color: Melrose. HEX triplet: C5, AC and FE. RGB value is (197,172,254). Sum of RGB (Red+Green+Blue) = 197+172+254=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACFE is #3A5301. Grayscale: #BCBCBC. Windows color (decimal): -3822338 or 16690373. OLE color: 16690373.

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

Color convert

RGB 197 172 254 -
CMYK 0.22 0.32 0 0.00
HSL 258.29º 0.98% 0.84% -
HSV(B) 258.29º 0.32% 1% -
XYZ 55.67 48.53 100.2 -
YUV 188.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 197 172 254 0.22 0.32 0 0.00 258.29 0.98 0.84
Hex C5 AC FE 16 20 0 0 102 62 54
Octal 305 254 376 26 40 0 0 402 142 124
Binary 11000101 10101100 11111110 10110 100000 0 0 100000010 1100010 1010100

Color Harmonies of #C5ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACFE

Black with #C5ACFE

Text Example


Text Example

White with #C5ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACFE; }

 p { color: rgb(197,172,254); }

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

background-color css

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

 a { background-color: rgb(197,172,254); }

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

border-color css

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

 span { border-color: rgb(197,172,254); }

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