Html Css Color HEX #C1ACF0 Melrose

📋 copy color: '#C1ACF0'

red 193 ◦ green 172 ◦ blue 240

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

Shades of Melrose #C1ACF0

Tints of Melrose #C1ACF0

RGB

 RED value IS 193 (75.78% from 255) = 31.9%

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

 BLUE value IS 240 (94.14% from 255) = 39.67%

R = 31.9%
G = 28.43%
B = 39.67%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C1ACF0 (or 0xC1ACF0) is known color: Melrose. HEX triplet: C1, AC and F0. RGB value is (193,172,240). Sum of RGB (Red+Green+Blue) = 193+172+240=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #C1ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACF0 is #3E530F. Grayscale: #B9B9B9. Windows color (decimal): -4084496 or 15772865. OLE color: 15772865.

HSL color Cylindrical-coordinate representation of color #C1ACF0: hue angle of 258.53º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1ACF0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 172 240 -
CMYK 0.20 0.28 0 0.06
HSL 258.53º 0.69% 0.81% -
HSV(B) 258.53º 0.28% 0.94% -
XYZ 52.47 47.13 88.77 -
YUV 186.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 193 172 240 0.20 0.28 0 0.06 258.53 0.69 0.81
Hex C1 AC F0 14 1C 0 6 103 45 51
Octal 301 254 360 24 34 0 6 403 105 121
Binary 11000001 10101100 11110000 10100 11100 0 110 100000011 1000101 1010001

Color Harmonies of #C1ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACF0

Black with #C1ACF0

Text Example


Text Example

White with #C1ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACF0; }

 p { color: rgb(193,172,240); }

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

background-color css

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

 a { background-color: rgb(193,172,240); }

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

border-color css

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

 span { border-color: rgb(193,172,240); }

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