Html Css Color HEX #C5AFED Melrose

📋 copy color: '#C5AFED'

red 197 ◦ green 175 ◦ blue 237

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

Shades of Melrose #C5AFED

Tints of Melrose #C5AFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.92%

R = 32.35%
G = 28.74%
B = 38.92%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5AFED (or 0xC5AFED) is known color: Melrose. HEX triplet: C5, AF and ED. RGB value is (197,175,237). Sum of RGB (Red+Green+Blue) = 197+175+237=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFED is #3A5012. Grayscale: #BCBCBC. Windows color (decimal): -3821587 or 15577029. OLE color: 15577029.

HSL color Cylindrical-coordinate representation of color #C5AFED: hue angle of 261.29º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5AFED is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 175 237 -
CMYK 0.17 0.26 0 0.07
HSL 261.29º 0.63% 0.81% -
HSV(B) 261.29º 0.26% 0.93% -
XYZ 53.64 48.64 86.68 -
YUV 188.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 197 175 237 0.17 0.26 0 0.07 261.29 0.63 0.81
Hex C5 AF ED 11 1A 0 7 105 3F 51
Octal 305 257 355 21 32 0 7 405 77 121
Binary 11000101 10101111 11101101 10001 11010 0 111 100000101 111111 1010001

Color Harmonies of #C5AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFED

Black with #C5AFED

Text Example


Text Example

White with #C5AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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