Html Css Color HEX #C3ACF8 Melrose

📋 copy color: '#C3ACF8'

red 195 ◦ green 172 ◦ blue 248

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

Shades of Melrose #C3ACF8

Tints of Melrose #C3ACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 31.71%
G = 27.97%
B = 40.33%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C3ACF8 (or 0xC3ACF8) is known color: Melrose. HEX triplet: C3, AC and F8. RGB value is (195,172,248). Sum of RGB (Red+Green+Blue) = 195+172+248=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #C3ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACF8 is #3C5307. Grayscale: #BBBBBB. Windows color (decimal): -3953416 or 16297155. OLE color: 16297155.

HSL color Cylindrical-coordinate representation of color #C3ACF8: hue angle of 258.16º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3ACF8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 172 248 -
CMYK 0.21 0.31 0 0.03
HSL 258.16º 0.84% 0.82% -
HSV(B) 258.16º 0.31% 0.97% -
XYZ 54.2 47.88 95.19 -
YUV 187.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 195 172 248 0.21 0.31 0 0.03 258.16 0.84 0.82
Hex C3 AC F8 15 1F 0 3 102 54 52
Octal 303 254 370 25 37 0 3 402 124 122
Binary 11000011 10101100 11111000 10101 11111 0 11 100000010 1010100 1010010

Color Harmonies of #C3ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACF8

Black with #C3ACF8

Text Example


Text Example

White with #C3ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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