Html Css Color HEX #C2A8FF Melrose

📋 copy color: '#C2A8FF'

red 194 ◦ green 168 ◦ blue 255

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

Shades of Melrose #C2A8FF

Tints of Melrose #C2A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.23%

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

R = 31.44%
G = 27.23%
B = 41.33%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2A8FF (or 0xC2A8FF) is known color: Melrose. HEX triplet: C2, A8 and FF. RGB value is (194,168,255). Sum of RGB (Red+Green+Blue) = 194+168+255=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A8FF is #3D5700. Grayscale: #B9B9B9. Windows color (decimal): -4019969 or 16754882. OLE color: 16754882.

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

Color convert

RGB 194 168 255 -
CMYK 0.24 0.34 0 0
HSL 257.93º 1% 0.83% -
HSV(B) 257.93º 0.34% 1% -
XYZ 54.3 46.69 100.76 -
YUV 185.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 194 168 255 0.24 0.34 0 0 257.93 1 0.83
Hex C2 A8 FF 18 22 0 0 102 64 53
Octal 302 250 377 30 42 0 0 402 144 123
Binary 11000010 10101000 11111111 11000 100010 0 0 100000010 1100100 1010011

Color Harmonies of #C2A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A8FF

Black with #C2A8FF

Text Example


Text Example

White with #C2A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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