Html Css Color HEX #C6ACFD Melrose

📋 copy color: '#C6ACFD'

red 198 ◦ green 172 ◦ blue 253

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

Shades of Melrose #C6ACFD

Tints of Melrose #C6ACFD

RGB

 RED value IS 198 (77.73% from 255) = 31.78%

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 31.78%
G = 27.61%
B = 40.61%

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

#C6ACFD (or 0xC6ACFD) is known color: Melrose. HEX triplet: C6, AC and FD. RGB value is (198,172,253). Sum of RGB (Red+Green+Blue) = 198+172+253=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACFD is #395302. Grayscale: #BCBCBC. Windows color (decimal): -3756803 or 16624838. OLE color: 16624838.

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

Color convert

RGB 198 172 253 -
CMYK 0.22 0.32 0 0.01
HSL 259.26º 0.95% 0.83% -
HSV(B) 259.26º 0.32% 0.99% -
XYZ 55.77 48.6 99.37 -
YUV 189.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 198 172 253 0.22 0.32 0 0.01 259.26 0.95 0.83
Hex C6 AC FD 16 20 0 1 103 5F 53
Octal 306 254 375 26 40 0 1 403 137 123
Binary 11000110 10101100 11111101 10110 100000 0 1 100000011 1011111 1010011

Color Harmonies of #C6ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACFD

Black with #C6ACFD

Text Example


Text Example

White with #C6ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACFD; }

 p { color: rgb(198,172,253); }

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

background-color css

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

 a { background-color: rgb(198,172,253); }

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

border-color css

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

 span { border-color: rgb(198,172,253); }

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