Html Css Color HEX #C2AFF4 Melrose

📋 copy color: '#C2AFF4'

red 194 ◦ green 175 ◦ blue 244

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

Shades of Melrose #C2AFF4

Tints of Melrose #C2AFF4

RGB

 RED value IS 194 (76.17% from 255) = 31.65%

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

 BLUE value IS 244 (95.7% from 255) = 39.8%

R = 31.65%
G = 28.55%
B = 39.8%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C2AFF4 (or 0xC2AFF4) is known color: Melrose. HEX triplet: C2, AF and F4. RGB value is (194,175,244). Sum of RGB (Red+Green+Blue) = 194+175+244=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #C2AFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFF4 is #3D500B. Grayscale: #BCBCBC. Windows color (decimal): -4018188 or 16035778. OLE color: 16035778.

HSL color Cylindrical-coordinate representation of color #C2AFF4: hue angle of 256.52º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2AFF4 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 175 244 -
CMYK 0.20 0.28 0 0.04
HSL 256.52º 0.76% 0.82% -
HSV(B) 256.52º 0.28% 0.96% -
XYZ 53.91 48.66 92.14 -
YUV 188.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 194 175 244 0.20 0.28 0 0.04 256.52 0.76 0.82
Hex C2 AF F4 14 1C 0 4 101 4C 52
Octal 302 257 364 24 34 0 4 401 114 122
Binary 11000010 10101111 11110100 10100 11100 0 100 100000001 1001100 1010010

Color Harmonies of #C2AFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFF4

Black with #C2AFF4

Text Example


Text Example

White with #C2AFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFF4; }

 p { color: rgb(194,175,244); }

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

background-color css

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

 a { background-color: rgb(194,175,244); }

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

border-color css

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

 span { border-color: rgb(194,175,244); }

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