Html Css Color HEX #C2ACF9 Melrose

📋 copy color: '#C2ACF9'

red 194 ◦ green 172 ◦ blue 249

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

Shades of Melrose #C2ACF9

Tints of Melrose #C2ACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.49%

R = 31.54%
G = 27.97%
B = 40.49%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2ACF9 (or 0xC2ACF9) is known color: Melrose. HEX triplet: C2, AC and F9. RGB value is (194,172,249). Sum of RGB (Red+Green+Blue) = 194+172+249=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF9 is #3D5306. Grayscale: #BBBBBB. Windows color (decimal): -4018951 or 16362690. OLE color: 16362690.

HSL color Cylindrical-coordinate representation of color #C2ACF9: hue angle of 257.14º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2ACF9 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 172 249 -
CMYK 0.22 0.31 0 0.02
HSL 257.14º 0.87% 0.83% -
HSV(B) 257.14º 0.31% 0.98% -
XYZ 54.1 47.81 96 -
YUV 187.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 194 172 249 0.22 0.31 0 0.02 257.14 0.87 0.83
Hex C2 AC F9 16 1F 0 2 101 57 53
Octal 302 254 371 26 37 0 2 401 127 123
Binary 11000010 10101100 11111001 10110 11111 0 10 100000001 1010111 1010011

Color Harmonies of #C2ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACF9

Black with #C2ACF9

Text Example


Text Example

White with #C2ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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