Html Css Color HEX #C2ACF0 Melrose

📋 copy color: '#C2ACF0'

red 194 ◦ green 172 ◦ blue 240

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

Shades of Melrose #C2ACF0

Tints of Melrose #C2ACF0

RGB

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

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

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

R = 32.01%
G = 28.38%
B = 39.6%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2ACF0 (or 0xC2ACF0) is known color: Melrose. HEX triplet: C2, AC and F0. RGB value is (194,172,240). Sum of RGB (Red+Green+Blue) = 194+172+240=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF0 is #3D530F. Grayscale: #BABABA. Windows color (decimal): -4018960 or 15772866. OLE color: 15772866.

HSL color Cylindrical-coordinate representation of color #C2ACF0: hue angle of 259.41º 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 #C2ACF0 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 172 240 -
CMYK 0.19 0.28 0 0.06
HSL 259.41º 0.69% 0.81% -
HSV(B) 259.41º 0.28% 0.94% -
XYZ 52.73 47.27 88.78 -
YUV 186.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 194 172 240 0.19 0.28 0 0.06 259.41 0.69 0.81
Hex C2 AC F0 13 1C 0 6 103 45 51
Octal 302 254 360 23 34 0 6 403 105 121
Binary 11000010 10101100 11110000 10011 11100 0 110 100000011 1000101 1010001

Color Harmonies of #C2ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACF0

Black with #C2ACF0

Text Example


Text Example

White with #C2ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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