Html Css Color HEX #C2ACF1 Melrose

📋 copy color: '#C2ACF1'

red 194 ◦ green 172 ◦ blue 241

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

Shades of Melrose #C2ACF1

Tints of Melrose #C2ACF1

RGB

 RED value IS 194 (76.17% from 255) = 31.96%

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

 BLUE value IS 241 (94.53% from 255) = 39.7%

R = 31.96%
G = 28.34%
B = 39.7%

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

#C2ACF1 (or 0xC2ACF1) is known color: Melrose. HEX triplet: C2, AC and F1. RGB value is (194,172,241). Sum of RGB (Red+Green+Blue) = 194+172+241=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF1 is #3D530E. Grayscale: #BABABA. Windows color (decimal): -4018959 or 15838402. OLE color: 15838402.

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

Color convert

RGB 194 172 241 -
CMYK 0.20 0.29 0 0.05
HSL 259.13º 0.71% 0.81% -
HSV(B) 259.13º 0.29% 0.95% -
XYZ 52.88 47.33 89.57 -
YUV 186.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 194 172 241 0.20 0.29 0 0.05 259.13 0.71 0.81
Hex C2 AC F1 14 1D 0 5 103 47 51
Octal 302 254 361 24 35 0 5 403 107 121
Binary 11000010 10101100 11110001 10100 11101 0 101 100000011 1000111 1010001

Color Harmonies of #C2ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACF1

Black with #C2ACF1

Text Example


Text Example

White with #C2ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACF1; }

 p { color: rgb(194,172,241); }

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

background-color css

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

 a { background-color: rgb(194,172,241); }

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

border-color css

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

 span { border-color: rgb(194,172,241); }

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