Html Css Color HEX #C2B1F8 Melrose

📋 copy color: '#C2B1F8'

red 194 ◦ green 177 ◦ blue 248

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

Shades of Melrose #C2B1F8

Tints of Melrose #C2B1F8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.59%

 BLUE value IS 248 (97.27% from 255) = 40.06%

R = 31.34%
G = 28.59%
B = 40.06%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C2B1F8 (or 0xC2B1F8) is known color: Melrose. HEX triplet: C2, B1 and F8. RGB value is (194,177,248). Sum of RGB (Red+Green+Blue) = 194+177+248=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2B1F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1F8 is #3D4E07. Grayscale: #BDBDBD. Windows color (decimal): -4017672 or 16298434. OLE color: 16298434.

HSL color Cylindrical-coordinate representation of color #C2B1F8: hue angle of 254.37º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B1F8 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 177 248 -
CMYK 0.22 0.29 0 0.03
HSL 254.37º 0.84% 0.83% -
HSV(B) 254.37º 0.29% 0.97% -
XYZ 54.91 49.69 95.5 -
YUV 190.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 194 177 248 0.22 0.29 0 0.03 254.37 0.84 0.83
Hex C2 B1 F8 16 1D 0 3 FE 54 53
Octal 302 261 370 26 35 0 3 376 124 123
Binary 11000010 10110001 11111000 10110 11101 0 11 11111110 1010100 1010011

Color Harmonies of #C2B1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B1F8

Black with #C2B1F8

Text Example


Text Example

White with #C2B1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B1F8; }

 p { color: rgb(194,177,248); }

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

background-color css

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

 a { background-color: rgb(194,177,248); }

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

border-color css

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

 span { border-color: rgb(194,177,248); }

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