Html Css Color HEX #C3ACF1 Melrose

📋 copy color: '#C3ACF1'

red 195 ◦ green 172 ◦ blue 241

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

Shades of Melrose #C3ACF1

Tints of Melrose #C3ACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.64%

R = 32.07%
G = 28.29%
B = 39.64%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3ACF1 (or 0xC3ACF1) is known color: Melrose. HEX triplet: C3, AC and F1. RGB value is (195,172,241). Sum of RGB (Red+Green+Blue) = 195+172+241=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACF1 is #3C530E. Grayscale: #BABABA. Windows color (decimal): -3953423 or 15838403. OLE color: 15838403.

HSL color Cylindrical-coordinate representation of color #C3ACF1: hue angle of 260º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3ACF1 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 172 241 -
CMYK 0.19 0.29 0 0.05
HSL 260º 0.71% 0.81% -
HSV(B) 260º 0.29% 0.95% -
XYZ 53.14 47.46 89.58 -
YUV 186.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 195 172 241 0.19 0.29 0 0.05 260 0.71 0.81
Hex C3 AC F1 13 1D 0 5 104 47 51
Octal 303 254 361 23 35 0 5 404 107 121
Binary 11000011 10101100 11110001 10011 11101 0 101 100000100 1000111 1010001

Color Harmonies of #C3ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACF1

Black with #C3ACF1

Text Example


Text Example

White with #C3ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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