Html Css Color HEX #C1A9FA Melrose

📋 copy color: '#C1A9FA'

red 193 ◦ green 169 ◦ blue 250

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

Shades of Melrose #C1A9FA

Tints of Melrose #C1A9FA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.61%

 BLUE value IS 250 (98.05% from 255) = 40.85%

R = 31.54%
G = 27.61%
B = 40.85%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1A9FA (or 0xC1A9FA) is known color: Melrose. HEX triplet: C1, A9 and FA. RGB value is (193,169,250). Sum of RGB (Red+Green+Blue) = 193+169+250=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1A9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A9FA is #3E5605. Grayscale: #B9B9B9. Windows color (decimal): -4085254 or 16427457. OLE color: 16427457.

HSL color Cylindrical-coordinate representation of color #C1A9FA: hue angle of 257.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1A9FA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 169 250 -
CMYK 0.23 0.32 0 0.02
HSL 257.78º 0.89% 0.82% -
HSV(B) 257.78º 0.32% 0.98% -
XYZ 53.44 46.62 96.62 -
YUV 185.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 193 169 250 0.23 0.32 0 0.02 257.78 0.89 0.82
Hex C1 A9 FA 17 20 0 2 102 59 52
Octal 301 251 372 27 40 0 2 402 131 122
Binary 11000001 10101001 11111010 10111 100000 0 10 100000010 1011001 1010010

Color Harmonies of #C1A9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A9FA

Black with #C1A9FA

Text Example


Text Example

White with #C1A9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A9FA; }

 p { color: rgb(193,169,250); }

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

background-color css

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

 a { background-color: rgb(193,169,250); }

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

border-color css

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

 span { border-color: rgb(193,169,250); }

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