Html Css Color HEX #C3ACF6 Melrose

📋 copy color: '#C3ACF6'

red 195 ◦ green 172 ◦ blue 246

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

Shades of Melrose #C3ACF6

Tints of Melrose #C3ACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.13%

R = 31.81%
G = 28.06%
B = 40.13%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C3ACF6 (or 0xC3ACF6) is known color: Melrose. HEX triplet: C3, AC and F6. RGB value is (195,172,246). Sum of RGB (Red+Green+Blue) = 195+172+246=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3ACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACF6 is #3C5309. Grayscale: #BBBBBB. Windows color (decimal): -3953418 or 16166083. OLE color: 16166083.

HSL color Cylindrical-coordinate representation of color #C3ACF6: hue angle of 258.65º degrees, saturation: 0.8, 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 #C3ACF6 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 172 246 -
CMYK 0.21 0.30 0 0.04
HSL 258.65º 0.8% 0.82% -
HSV(B) 258.65º 0.3% 0.96% -
XYZ 53.89 47.76 93.57 -
YUV 187.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 195 172 246 0.21 0.30 0 0.04 258.65 0.8 0.82
Hex C3 AC F6 15 1E 0 4 103 50 52
Octal 303 254 366 25 36 0 4 403 120 122
Binary 11000011 10101100 11110110 10101 11110 0 100 100000011 1010000 1010010

Color Harmonies of #C3ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACF6

Black with #C3ACF6

Text Example


Text Example

White with #C3ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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