Html Css Color HEX #C5ACF2 Melrose

📋 copy color: '#C5ACF2'

red 197 ◦ green 172 ◦ blue 242

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

Shades of Melrose #C5ACF2

Tints of Melrose #C5ACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.61%

R = 32.24%
G = 28.15%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5ACF2 (or 0xC5ACF2) is known color: Melrose. HEX triplet: C5, AC and F2. RGB value is (197,172,242). Sum of RGB (Red+Green+Blue) = 197+172+242=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACF2 is #3A530D. Grayscale: #BBBBBB. Windows color (decimal): -3822350 or 15903941. OLE color: 15903941.

HSL color Cylindrical-coordinate representation of color #C5ACF2: hue angle of 261.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5ACF2 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 172 242 -
CMYK 0.19 0.29 0 0.05
HSL 261.43º 0.73% 0.81% -
HSV(B) 261.43º 0.29% 0.95% -
XYZ 53.81 47.79 90.39 -
YUV 187.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 197 172 242 0.19 0.29 0 0.05 261.43 0.73 0.81
Hex C5 AC F2 13 1D 0 5 105 49 51
Octal 305 254 362 23 35 0 5 405 111 121
Binary 11000101 10101100 11110010 10011 11101 0 101 100000101 1001001 1010001

Color Harmonies of #C5ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACF2

Black with #C5ACF2

Text Example


Text Example

White with #C5ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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