Html Css Color HEX #C6ADFD Melrose

📋 copy color: '#C6ADFD'

red 198 ◦ green 173 ◦ blue 253

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

Shades of Melrose #C6ADFD

Tints of Melrose #C6ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.72%

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

R = 31.73%
G = 27.72%
B = 40.54%

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

#C6ADFD (or 0xC6ADFD) is known color: Melrose. HEX triplet: C6, AD and FD. RGB value is (198,173,253). Sum of RGB (Red+Green+Blue) = 198+173+253=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADFD is #395202. Grayscale: #BDBDBD. Windows color (decimal): -3756547 or 16625094. OLE color: 16625094.

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

Color convert

RGB 198 173 253 -
CMYK 0.22 0.32 0 0.01
HSL 258.75º 0.95% 0.84% -
HSV(B) 258.75º 0.32% 0.99% -
XYZ 55.96 48.98 99.43 -
YUV 189.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 198 173 253 0.22 0.32 0 0.01 258.75 0.95 0.84
Hex C6 AD FD 16 20 0 1 103 5F 54
Octal 306 255 375 26 40 0 1 403 137 124
Binary 11000110 10101101 11111101 10110 100000 0 1 100000011 1011111 1010100

Color Harmonies of #C6ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADFD

Black with #C6ADFD

Text Example


Text Example

White with #C6ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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