Html Css Color HEX #C2A6FF Melrose

📋 copy color: '#C2A6FF'

red 194 ◦ green 166 ◦ blue 255

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

Shades of Melrose #C2A6FF

Tints of Melrose #C2A6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.99%

 BLUE value IS 255 (100% from 255) = 41.46%

R = 31.54%
G = 26.99%
B = 41.46%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2A6FF (or 0xC2A6FF) is known color: Melrose. HEX triplet: C2, A6 and FF. RGB value is (194,166,255). Sum of RGB (Red+Green+Blue) = 194+166+255=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A6FF is #3D5900. Grayscale: #B8B8B8. Windows color (decimal): -4020481 or 16754370. OLE color: 16754370.

HSL color Cylindrical-coordinate representation of color #C2A6FF: hue angle of 258.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2A6FF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 166 255 -
CMYK 0.24 0.35 0 0
HSL 258.88º 1% 0.83% -
HSV(B) 258.88º 0.35% 1% -
XYZ 53.93 45.96 100.64 -
YUV 184.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 194 166 255 0.24 0.35 0 0 258.88 1 0.83
Hex C2 A6 FF 18 23 0 0 103 64 53
Octal 302 246 377 30 43 0 0 403 144 123
Binary 11000010 10100110 11111111 11000 100011 0 0 100000011 1100100 1010011

Color Harmonies of #C2A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6FF

Black with #C2A6FF

Text Example


Text Example

White with #C2A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6FF; }

 p { color: rgb(194,166,255); }

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

background-color css

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

 a { background-color: rgb(194,166,255); }

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

border-color css

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

 span { border-color: rgb(194,166,255); }

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