Html Css Color HEX #C2A8FC Melrose

📋 copy color: '#C2A8FC'

red 194 ◦ green 168 ◦ blue 252

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

Shades of Melrose #C2A8FC

Tints of Melrose #C2A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 31.6%
G = 27.36%
B = 41.04%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2A8FC (or 0xC2A8FC) is known color: Melrose. HEX triplet: C2, A8 and FC. RGB value is (194,168,252). Sum of RGB (Red+Green+Blue) = 194+168+252=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A8FC is #3D5703. Grayscale: #B9B9B9. Windows color (decimal): -4019972 or 16558274. OLE color: 16558274.

HSL color Cylindrical-coordinate representation of color #C2A8FC: hue angle of 258.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2A8FC is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 168 252 -
CMYK 0.23 0.33 0 0.01
HSL 258.57º 0.93% 0.82% -
HSV(B) 258.57º 0.33% 0.99% -
XYZ 53.82 46.5 98.23 -
YUV 185.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 194 168 252 0.23 0.33 0 0.01 258.57 0.93 0.82
Hex C2 A8 FC 17 21 0 1 103 5D 52
Octal 302 250 374 27 41 0 1 403 135 122
Binary 11000010 10101000 11111100 10111 100001 0 1 100000011 1011101 1010010

Color Harmonies of #C2A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A8FC

Black with #C2A8FC

Text Example


Text Example

White with #C2A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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