Html Css Color HEX #C1AFFE Melrose

📋 copy color: '#C1AFFE'

red 193 ◦ green 175 ◦ blue 254

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

Shades of Melrose #C1AFFE

Tints of Melrose #C1AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.14%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 31.03%
G = 28.14%
B = 40.84%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C1AFFE (or 0xC1AFFE) is known color: Melrose. HEX triplet: C1, AF and FE. RGB value is (193,175,254). Sum of RGB (Red+Green+Blue) = 193+175+254=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFFE is #3E5001. Grayscale: #BDBDBD. Windows color (decimal): -4083714 or 16691137. OLE color: 16691137.

HSL color Cylindrical-coordinate representation of color #C1AFFE: hue angle of 253.67º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1AFFE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 175 254 -
CMYK 0.24 0.31 0 0.00
HSL 253.67º 0.98% 0.84% -
HSV(B) 253.67º 0.31% 1% -
XYZ 55.21 49.15 100.34 -
YUV 189.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 193 175 254 0.24 0.31 0 0.00 253.67 0.98 0.84
Hex C1 AF FE 18 1F 0 0 FE 62 54
Octal 301 257 376 30 37 0 0 376 142 124
Binary 11000001 10101111 11111110 11000 11111 0 0 11111110 1100010 1010100

Color Harmonies of #C1AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFFE

Black with #C1AFFE

Text Example


Text Example

White with #C1AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFFE; }

 p { color: rgb(193,175,254); }

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

background-color css

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

 a { background-color: rgb(193,175,254); }

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

border-color css

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

 span { border-color: rgb(193,175,254); }

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