Html Css Color HEX #C4AFFE Melrose

📋 copy color: '#C4AFFE'

red 196 ◦ green 175 ◦ blue 254

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

Shades of Melrose #C4AFFE

Tints of Melrose #C4AFFE

RGB

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

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

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

R = 31.36%
G = 28%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4AFFE (or 0xC4AFFE) is known color: Melrose. HEX triplet: C4, AF and FE. RGB value is (196,175,254). Sum of RGB (Red+Green+Blue) = 196+175+254=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFFE is #3B5001. Grayscale: #BDBDBD. Windows color (decimal): -3887106 or 16691140. OLE color: 16691140.

HSL color Cylindrical-coordinate representation of color #C4AFFE: hue angle of 255.95º 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 #C4AFFE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 175 254 -
CMYK 0.23 0.31 0 0.00
HSL 255.95º 0.98% 0.84% -
HSV(B) 255.95º 0.31% 1% -
XYZ 55.98 49.55 100.38 -
YUV 190.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 196 175 254 0.23 0.31 0 0.00 255.95 0.98 0.84
Hex C4 AF FE 17 1F 0 0 100 62 54
Octal 304 257 376 27 37 0 0 400 142 124
Binary 11000100 10101111 11111110 10111 11111 0 0 100000000 1100010 1010100

Color Harmonies of #C4AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFFE

Black with #C4AFFE

Text Example


Text Example

White with #C4AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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