Html Css Color HEX #C1AAFD Melrose

📋 copy color: '#C1AAFD'

red 193 ◦ green 170 ◦ blue 253

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

Shades of Melrose #C1AAFD

Tints of Melrose #C1AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.6%

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

R = 31.33%
G = 27.6%
B = 41.07%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1AAFD (or 0xC1AAFD) is known color: Melrose. HEX triplet: C1, AA and FD. RGB value is (193,170,253). Sum of RGB (Red+Green+Blue) = 193+170+253=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAFD is #3E5502. Grayscale: #BABABA. Windows color (decimal): -4084995 or 16624321. OLE color: 16624321.

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

Color convert

RGB 193 170 253 -
CMYK 0.24 0.33 0 0.01
HSL 256.63º 0.95% 0.83% -
HSV(B) 256.63º 0.33% 0.99% -
XYZ 54.1 47.18 99.18 -
YUV 186.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 193 170 253 0.24 0.33 0 0.01 256.63 0.95 0.83
Hex C1 AA FD 18 21 0 1 101 5F 53
Octal 301 252 375 30 41 0 1 401 137 123
Binary 11000001 10101010 11111101 11000 100001 0 1 100000001 1011111 1010011

Color Harmonies of #C1AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAFD

Black with #C1AAFD

Text Example


Text Example

White with #C1AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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