Html Css Color HEX #C8ACF7 Melrose

📋 copy color: '#C8ACF7'

red 200 ◦ green 172 ◦ blue 247

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

Shades of Melrose #C8ACF7

Tints of Melrose #C8ACF7

RGB

 RED value IS 200 (78.52% from 255) = 32.31%

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

 BLUE value IS 247 (96.88% from 255) = 39.9%

R = 32.31%
G = 27.79%
B = 39.9%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C8ACF7 (or 0xC8ACF7) is known color: Melrose. HEX triplet: C8, AC and F7. RGB value is (200,172,247). Sum of RGB (Red+Green+Blue) = 200+172+247=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACF7 is #375308. Grayscale: #BCBCBC. Windows color (decimal): -3625737 or 16231624. OLE color: 16231624.

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

Color convert

RGB 200 172 247 -
CMYK 0.19 0.30 0 0.03
HSL 262.4º 0.82% 0.82% -
HSV(B) 262.4º 0.3% 0.97% -
XYZ 55.36 48.5 94.44 -
YUV 188.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 200 172 247 0.19 0.30 0 0.03 262.4 0.82 0.82
Hex C8 AC F7 13 1E 0 3 106 52 52
Octal 310 254 367 23 36 0 3 406 122 122
Binary 11001000 10101100 11110111 10011 11110 0 11 100000110 1010010 1010010

Color Harmonies of #C8ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACF7

Black with #C8ACF7

Text Example


Text Example

White with #C8ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACF7; }

 p { color: rgb(200,172,247); }

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

background-color css

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

 a { background-color: rgb(200,172,247); }

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

border-color css

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

 span { border-color: rgb(200,172,247); }

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