Html Css Color HEX #C7ACFC Melrose

📋 copy color: '#C7ACFC'

red 199 ◦ green 172 ◦ blue 252

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

Shades of Melrose #C7ACFC

Tints of Melrose #C7ACFC

RGB

 RED value IS 199 (78.13% from 255) = 31.94%

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

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

R = 31.94%
G = 27.61%
B = 40.45%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C7ACFC (or 0xC7ACFC) is known color: Melrose. HEX triplet: C7, AC and FC. RGB value is (199,172,252). Sum of RGB (Red+Green+Blue) = 199+172+252=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ACFC is #385303. Grayscale: #BCBCBC. Windows color (decimal): -3691268 or 16559303. OLE color: 16559303.

HSL color Cylindrical-coordinate representation of color #C7ACFC: hue angle of 260.25º 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 #C7ACFC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 172 252 -
CMYK 0.21 0.32 0 0.01
HSL 260.25º 0.93% 0.83% -
HSV(B) 260.25º 0.32% 0.99% -
XYZ 55.88 48.68 98.55 -
YUV 189.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 199 172 252 0.21 0.32 0 0.01 260.25 0.93 0.83
Hex C7 AC FC 15 20 0 1 104 5D 53
Octal 307 254 374 25 40 0 1 404 135 123
Binary 11000111 10101100 11111100 10101 100000 0 1 100000100 1011101 1010011

Color Harmonies of #C7ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACFC

Black with #C7ACFC

Text Example


Text Example

White with #C7ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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