Html Css Color HEX #C4AFE7 Melrose

📋 copy color: '#C4AFE7'

red 196 ◦ green 175 ◦ blue 231

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

Shades of Melrose #C4AFE7

Tints of Melrose #C4AFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.37%

R = 32.56%
G = 29.07%
B = 38.37%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C4AFE7 (or 0xC4AFE7) is known color: Melrose. HEX triplet: C4, AF and E7. RGB value is (196,175,231). Sum of RGB (Red+Green+Blue) = 196+175+231=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #C4AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFE7 is #3B5018. Grayscale: #BBBBBB. Windows color (decimal): -3887129 or 15183812. OLE color: 15183812.

HSL color Cylindrical-coordinate representation of color #C4AFE7: hue angle of 262.5º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4AFE7 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 175 231 -
CMYK 0.15 0.24 0 0.09
HSL 262.5º 0.54% 0.8% -
HSV(B) 262.5º 0.24% 0.91% -
XYZ 52.52 48.17 82.13 -
YUV 187.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 196 175 231 0.15 0.24 0 0.09 262.5 0.54 0.8
Hex C4 AF E7 F 18 0 9 106 36 50
Octal 304 257 347 17 30 0 11 406 66 120
Binary 11000100 10101111 11100111 1111 11000 0 1001 100000110 110110 1010000

Color Harmonies of #C4AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFE7

Black with #C4AFE7

Text Example


Text Example

White with #C4AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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