Html Css Color HEX #C6AEFD Melrose

📋 copy color: '#C6AEFD'

red 198 ◦ green 174 ◦ blue 253

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

Shades of Melrose #C6AEFD

Tints of Melrose #C6AEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.84%

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

R = 31.68%
G = 27.84%
B = 40.48%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6AEFD (or 0xC6AEFD) is known color: Melrose. HEX triplet: C6, AE and FD. RGB value is (198,174,253). Sum of RGB (Red+Green+Blue) = 198+174+253=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEFD is #395102. Grayscale: #BDBDBD. Windows color (decimal): -3756291 or 16625350. OLE color: 16625350.

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

Color convert

RGB 198 174 253 -
CMYK 0.22 0.31 0 0.01
HSL 258.23º 0.95% 0.84% -
HSV(B) 258.23º 0.31% 0.99% -
XYZ 56.15 49.37 99.5 -
YUV 190.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 198 174 253 0.22 0.31 0 0.01 258.23 0.95 0.84
Hex C6 AE FD 16 1F 0 1 102 5F 54
Octal 306 256 375 26 37 0 1 402 137 124
Binary 11000110 10101110 11111101 10110 11111 0 1 100000010 1011111 1010100

Color Harmonies of #C6AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEFD

Black with #C6AEFD

Text Example


Text Example

White with #C6AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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