Html Css Color HEX #C1ADFD Melrose

📋 copy color: '#C1ADFD'

red 193 ◦ green 173 ◦ blue 253

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

Shades of Melrose #C1ADFD

Tints of Melrose #C1ADFD

RGB

 RED value IS 193 (75.78% from 255) = 31.18%

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

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

R = 31.18%
G = 27.95%
B = 40.87%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1ADFD (or 0xC1ADFD) is known color: Melrose. HEX triplet: C1, AD and FD. RGB value is (193,173,253). Sum of RGB (Red+Green+Blue) = 193+173+253=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADFD is #3E5202. Grayscale: #BBBBBB. Windows color (decimal): -4084227 or 16625089. OLE color: 16625089.

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

Color convert

RGB 193 173 253 -
CMYK 0.24 0.32 0 0.01
HSL 255º 0.95% 0.84% -
HSV(B) 255º 0.32% 0.99% -
XYZ 54.67 48.32 99.37 -
YUV 188.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 193 173 253 0.24 0.32 0 0.01 255 0.95 0.84
Hex C1 AD FD 18 20 0 1 FF 5F 54
Octal 301 255 375 30 40 0 1 377 137 124
Binary 11000001 10101101 11111101 11000 100000 0 1 11111111 1011111 1010100

Color Harmonies of #C1ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADFD

Black with #C1ADFD

Text Example


Text Example

White with #C1ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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