Html Css Color HEX #C3ACF4 Melrose

📋 copy color: '#C3ACF4'

red 195 ◦ green 172 ◦ blue 244

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

Shades of Melrose #C3ACF4

Tints of Melrose #C3ACF4

RGB

 RED value IS 195 (76.56% from 255) = 31.91%

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

 BLUE value IS 244 (95.7% from 255) = 39.93%

R = 31.91%
G = 28.15%
B = 39.93%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C3ACF4 (or 0xC3ACF4) is known color: Melrose. HEX triplet: C3, AC and F4. RGB value is (195,172,244). Sum of RGB (Red+Green+Blue) = 195+172+244=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #C3ACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACF4 is #3C530B. Grayscale: #BABABA. Windows color (decimal): -3953420 or 16035011. OLE color: 16035011.

HSL color Cylindrical-coordinate representation of color #C3ACF4: hue angle of 259.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3ACF4 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 172 244 -
CMYK 0.20 0.30 0 0.04
HSL 259.17º 0.77% 0.82% -
HSV(B) 259.17º 0.3% 0.96% -
XYZ 53.59 47.64 91.96 -
YUV 187.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 195 172 244 0.20 0.30 0 0.04 259.17 0.77 0.82
Hex C3 AC F4 14 1E 0 4 103 4D 52
Octal 303 254 364 24 36 0 4 403 115 122
Binary 11000011 10101100 11110100 10100 11110 0 100 100000011 1001101 1010010

Color Harmonies of #C3ACF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACF4

Black with #C3ACF4

Text Example


Text Example

White with #C3ACF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACF4; }

 p { color: rgb(195,172,244); }

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

background-color css

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

 a { background-color: rgb(195,172,244); }

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

border-color css

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

 span { border-color: rgb(195,172,244); }

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