Html Css Color HEX #C4AFFC Melrose

📋 copy color: '#C4AFFC'

red 196 ◦ green 175 ◦ blue 252

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

Shades of Melrose #C4AFFC

Tints of Melrose #C4AFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 31.46%
G = 28.09%
B = 40.45%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4AFFC (or 0xC4AFFC) is known color: Melrose. HEX triplet: C4, AF and FC. RGB value is (196,175,252). Sum of RGB (Red+Green+Blue) = 196+175+252=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFFC is #3B5003. Grayscale: #BDBDBD. Windows color (decimal): -3887108 or 16560068. OLE color: 16560068.

HSL color Cylindrical-coordinate representation of color #C4AFFC: hue angle of 256.36º degrees, saturation: 0.93, 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 #C4AFFC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 175 252 -
CMYK 0.22 0.31 0 0.01
HSL 256.36º 0.93% 0.84% -
HSV(B) 256.36º 0.31% 0.99% -
XYZ 55.67 49.42 98.7 -
YUV 190.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 196 175 252 0.22 0.31 0 0.01 256.36 0.93 0.84
Hex C4 AF FC 16 1F 0 1 100 5D 54
Octal 304 257 374 26 37 0 1 400 135 124
Binary 11000100 10101111 11111100 10110 11111 0 1 100000000 1011101 1010100

Color Harmonies of #C4AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFFC

Black with #C4AFFC

Text Example


Text Example

White with #C4AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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