Html Css Color HEX #C1ACF3 Melrose

📋 copy color: '#C1ACF3'

red 193 ◦ green 172 ◦ blue 243

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

Shades of Melrose #C1ACF3

Tints of Melrose #C1ACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.97%

R = 31.74%
G = 28.29%
B = 39.97%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1ACF3 (or 0xC1ACF3) is known color: Melrose. HEX triplet: C1, AC and F3. RGB value is (193,172,243). Sum of RGB (Red+Green+Blue) = 193+172+243=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACF3 is #3E530C. Grayscale: #BABABA. Windows color (decimal): -4084493 or 15969473. OLE color: 15969473.

HSL color Cylindrical-coordinate representation of color #C1ACF3: hue angle of 257.75º degrees, saturation: 0.75, 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 #C1ACF3 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 172 243 -
CMYK 0.21 0.29 0 0.05
HSL 257.75º 0.75% 0.81% -
HSV(B) 257.75º 0.29% 0.95% -
XYZ 52.92 47.31 91.14 -
YUV 186.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 193 172 243 0.21 0.29 0 0.05 257.75 0.75 0.81
Hex C1 AC F3 15 1D 0 5 102 4B 51
Octal 301 254 363 25 35 0 5 402 113 121
Binary 11000001 10101100 11110011 10101 11101 0 101 100000010 1001011 1010001

Color Harmonies of #C1ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACF3

Black with #C1ACF3

Text Example


Text Example

White with #C1ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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