Html Css Color HEX #C4ACFC Melrose

📋 copy color: '#C4ACFC'

red 196 ◦ green 172 ◦ blue 252

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

Shades of Melrose #C4ACFC

Tints of Melrose #C4ACFC

RGB

 RED value IS 196 (76.95% from 255) = 31.61%

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

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 31.61%
G = 27.74%
B = 40.65%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4ACFC (or 0xC4ACFC) is known color: Melrose. HEX triplet: C4, AC and FC. RGB value is (196,172,252). Sum of RGB (Red+Green+Blue) = 196+172+252=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACFC is #3B5303. Grayscale: #BBBBBB. Windows color (decimal): -3887876 or 16559300. OLE color: 16559300.

HSL color Cylindrical-coordinate representation of color #C4ACFC: hue angle of 258º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4ACFC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 172 252 -
CMYK 0.22 0.32 0 0.01
HSL 258º 0.93% 0.83% -
HSV(B) 258º 0.32% 0.99% -
XYZ 55.09 48.27 98.51 -
YUV 188.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 196 172 252 0.22 0.32 0 0.01 258 0.93 0.83
Hex C4 AC FC 16 20 0 1 102 5D 53
Octal 304 254 374 26 40 0 1 402 135 123
Binary 11000100 10101100 11111100 10110 100000 0 1 100000010 1011101 1010011

Color Harmonies of #C4ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ACFC

Black with #C4ACFC

Text Example


Text Example

White with #C4ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ACFC; }

 p { color: rgb(196,172,252); }

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

background-color css

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

 a { background-color: rgb(196,172,252); }

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

border-color css

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

 span { border-color: rgb(196,172,252); }

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