Html Css Color HEX #C4AFF2 Melrose

📋 copy color: '#C4AFF2'

red 196 ◦ green 175 ◦ blue 242

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

Shades of Melrose #C4AFF2

Tints of Melrose #C4AFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.48%

R = 31.97%
G = 28.55%
B = 39.48%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4AFF2 (or 0xC4AFF2) is known color: Melrose. HEX triplet: C4, AF and F2. RGB value is (196,175,242). Sum of RGB (Red+Green+Blue) = 196+175+242=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFF2 is #3B500D. Grayscale: #BCBCBC. Windows color (decimal): -3887118 or 15904708. OLE color: 15904708.

HSL color Cylindrical-coordinate representation of color #C4AFF2: hue angle of 258.81º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4AFF2 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 175 242 -
CMYK 0.19 0.28 0 0.05
HSL 258.81º 0.72% 0.82% -
HSV(B) 258.81º 0.28% 0.95% -
XYZ 54.12 48.81 90.57 -
YUV 188.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 196 175 242 0.19 0.28 0 0.05 258.81 0.72 0.82
Hex C4 AF F2 13 1C 0 5 103 48 52
Octal 304 257 362 23 34 0 5 403 110 122
Binary 11000100 10101111 11110010 10011 11100 0 101 100000011 1001000 1010010

Color Harmonies of #C4AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFF2

Black with #C4AFF2

Text Example


Text Example

White with #C4AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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