Html Css Color HEX #C4AFFD Melrose

📋 copy color: '#C4AFFD'

red 196 ◦ green 175 ◦ blue 253

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

Shades of Melrose #C4AFFD

Tints of Melrose #C4AFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 31.41%
G = 28.04%
B = 40.54%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4AFFD (or 0xC4AFFD) is known color: Melrose. HEX triplet: C4, AF and FD. RGB value is (196,175,253). Sum of RGB (Red+Green+Blue) = 196+175+253=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFFD is #3B5002. Grayscale: #BDBDBD. Windows color (decimal): -3887107 or 16625604. OLE color: 16625604.

HSL color Cylindrical-coordinate representation of color #C4AFFD: hue angle of 256.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4AFFD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 175 253 -
CMYK 0.23 0.31 0 0.01
HSL 256.15º 0.95% 0.84% -
HSV(B) 256.15º 0.31% 0.99% -
XYZ 55.82 49.49 99.54 -
YUV 190.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 196 175 253 0.23 0.31 0 0.01 256.15 0.95 0.84
Hex C4 AF FD 17 1F 0 1 100 5F 54
Octal 304 257 375 27 37 0 1 400 137 124
Binary 11000100 10101111 11111101 10111 11111 0 1 100000000 1011111 1010100

Color Harmonies of #C4AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFFD

Black with #C4AFFD

Text Example


Text Example

White with #C4AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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