Html Css Color HEX #C5AFF3 Melrose

📋 copy color: '#C5AFF3'

red 197 ◦ green 175 ◦ blue 243

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

Shades of Melrose #C5AFF3

Tints of Melrose #C5AFF3

RGB

 RED value IS 197 (77.34% from 255) = 32.03%

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

 BLUE value IS 243 (95.31% from 255) = 39.51%

R = 32.03%
G = 28.46%
B = 39.51%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5AFF3 (or 0xC5AFF3) is known color: Melrose. HEX triplet: C5, AF and F3. RGB value is (197,175,243). Sum of RGB (Red+Green+Blue) = 197+175+243=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFF3 is #3A500C. Grayscale: #BDBDBD. Windows color (decimal): -3821581 or 15970245. OLE color: 15970245.

HSL color Cylindrical-coordinate representation of color #C5AFF3: hue angle of 259.41º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AFF3 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 175 243 -
CMYK 0.19 0.28 0 0.05
HSL 259.41º 0.74% 0.82% -
HSV(B) 259.41º 0.28% 0.95% -
XYZ 54.53 49 91.38 -
YUV 189.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 197 175 243 0.19 0.28 0 0.05 259.41 0.74 0.82
Hex C5 AF F3 13 1C 0 5 103 4A 52
Octal 305 257 363 23 34 0 5 403 112 122
Binary 11000101 10101111 11110011 10011 11100 0 101 100000011 1001010 1010010

Color Harmonies of #C5AFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFF3

Black with #C5AFF3

Text Example


Text Example

White with #C5AFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFF3; }

 p { color: rgb(197,175,243); }

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

background-color css

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

 a { background-color: rgb(197,175,243); }

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

border-color css

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

 span { border-color: rgb(197,175,243); }

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