Html Css Color HEX #C3ACFF Melrose

📋 copy color: '#C3ACFF'

red 195 ◦ green 172 ◦ blue 255

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

Shades of Melrose #C3ACFF

Tints of Melrose #C3ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41%

R = 31.35%
G = 27.65%
B = 41%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C3ACFF (or 0xC3ACFF) is known color: Melrose. HEX triplet: C3, AC and FF. RGB value is (195,172,255). Sum of RGB (Red+Green+Blue) = 195+172+255=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACFF is #3C5300. Grayscale: #BCBCBC. Windows color (decimal): -3953409 or 16755907. OLE color: 16755907.

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

Color convert

RGB 195 172 255 -
CMYK 0.24 0.33 0 0
HSL 256.63º 1% 0.84% -
HSV(B) 256.63º 0.33% 1% -
XYZ 55.31 48.33 101.02 -
YUV 188.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 195 172 255 0.24 0.33 0 0 256.63 1 0.84
Hex C3 AC FF 18 21 0 0 101 64 54
Octal 303 254 377 30 41 0 0 401 144 124
Binary 11000011 10101100 11111111 11000 100001 0 0 100000001 1100100 1010100

Color Harmonies of #C3ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACFF

Black with #C3ACFF

Text Example


Text Example

White with #C3ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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