Html Css Color HEX #C4AFF5 Melrose

📋 copy color: '#C4AFF5'

red 196 ◦ green 175 ◦ blue 245

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

Shades of Melrose #C4AFF5

Tints of Melrose #C4AFF5

RGB

 RED value IS 196 (76.95% from 255) = 31.82%

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

 BLUE value IS 245 (96.09% from 255) = 39.77%

R = 31.82%
G = 28.41%
B = 39.77%

CMYK

 C value IS 0.2

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C4AFF5 (or 0xC4AFF5) is known color: Melrose. HEX triplet: C4, AF and F5. RGB value is (196,175,245). Sum of RGB (Red+Green+Blue) = 196+175+245=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #C4AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFF5 is #3B500A. Grayscale: #BDBDBD. Windows color (decimal): -3887115 or 16101316. OLE color: 16101316.

HSL color Cylindrical-coordinate representation of color #C4AFF5: hue angle of 258º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4AFF5 is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 175 245 -
CMYK 0.2 0.29 0 0.04
HSL 258º 0.78% 0.82% -
HSV(B) 258º 0.29% 0.96% -
XYZ 54.58 48.99 92.97 -
YUV 189.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 196 175 245 0.2 0.29 0 0.04 258 0.78 0.82
Hex C4 AF F5 14 1D 0 4 102 4E 52
Octal 304 257 365 24 35 0 4 402 116 122
Binary 11000100 10101111 11110101 10100 11101 0 100 100000010 1001110 1010010

Color Harmonies of #C4AFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFF5

Black with #C4AFF5

Text Example


Text Example

White with #C4AFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFF5; }

 p { color: rgb(196,175,245); }

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

background-color css

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

 a { background-color: rgb(196,175,245); }

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

border-color css

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

 span { border-color: rgb(196,175,245); }

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