Html Css Color HEX #C1ACF2 Melrose

📋 copy color: '#C1ACF2'

red 193 ◦ green 172 ◦ blue 242

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

Shades of Melrose #C1ACF2

Tints of Melrose #C1ACF2

RGB

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

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

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

R = 31.8%
G = 28.34%
B = 39.87%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1ACF2 (or 0xC1ACF2) is known color: Melrose. HEX triplet: C1, AC and F2. RGB value is (193,172,242). Sum of RGB (Red+Green+Blue) = 193+172+242=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACF2 is #3E530D. Grayscale: #BABABA. Windows color (decimal): -4084494 or 15903937. OLE color: 15903937.

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

Color convert

RGB 193 172 242 -
CMYK 0.20 0.29 0 0.05
HSL 258º 0.73% 0.81% -
HSV(B) 258º 0.29% 0.95% -
XYZ 52.77 47.25 90.34 -
YUV 186.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 193 172 242 0.20 0.29 0 0.05 258 0.73 0.81
Hex C1 AC F2 14 1D 0 5 102 49 51
Octal 301 254 362 24 35 0 5 402 111 121
Binary 11000001 10101100 11110010 10100 11101 0 101 100000010 1001001 1010001

Color Harmonies of #C1ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACF2

Black with #C1ACF2

Text Example


Text Example

White with #C1ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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