Html Css Color HEX #C3ACFE Melrose

📋 copy color: '#C3ACFE'

red 195 ◦ green 172 ◦ blue 254

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

Shades of Melrose #C3ACFE

Tints of Melrose #C3ACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.9%

R = 31.4%
G = 27.7%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3ACFE (or 0xC3ACFE) is known color: Melrose. HEX triplet: C3, AC and FE. RGB value is (195,172,254). Sum of RGB (Red+Green+Blue) = 195+172+254=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACFE is #3C5301. Grayscale: #BBBBBB. Windows color (decimal): -3953410 or 16690371. OLE color: 16690371.

HSL color Cylindrical-coordinate representation of color #C3ACFE: hue angle of 256.83º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3ACFE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 172 254 -
CMYK 0.23 0.32 0 0.00
HSL 256.83º 0.98% 0.84% -
HSV(B) 256.83º 0.32% 1% -
XYZ 55.15 48.26 100.18 -
YUV 188.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 195 172 254 0.23 0.32 0 0.00 256.83 0.98 0.84
Hex C3 AC FE 17 20 0 0 101 62 54
Octal 303 254 376 27 40 0 0 401 142 124
Binary 11000011 10101100 11111110 10111 100000 0 0 100000001 1100010 1010100

Color Harmonies of #C3ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACFE

Black with #C3ACFE

Text Example


Text Example

White with #C3ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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