Html Css Color HEX #C8B5FA Melrose

📋 copy color: '#C8B5FA'

red 200 ◦ green 181 ◦ blue 250

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

Shades of Melrose #C8B5FA

Tints of Melrose #C8B5FA

RGB

 RED value IS 200 (78.52% from 255) = 31.7%

 GREEN value IS 181 (71.09% from 255) = 28.68%

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 31.7%
G = 28.68%
B = 39.62%

CMYK

 C value IS 0.2

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8B5FA (or 0xC8B5FA) is known color: Melrose. HEX triplet: C8, B5 and FA. RGB value is (200,181,250). Sum of RGB (Red+Green+Blue) = 200+181+250=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5FA is #374A05. Grayscale: #C2C2C2. Windows color (decimal): -3623430 or 16430536. OLE color: 16430536.

HSL color Cylindrical-coordinate representation of color #C8B5FA: hue angle of 256.52º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8B5FA is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 181 250 -
CMYK 0.2 0.28 0 0.02
HSL 256.52º 0.87% 0.85% -
HSV(B) 256.52º 0.28% 0.98% -
XYZ 57.6 52.23 97.49 -
YUV 194.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 200 181 250 0.2 0.28 0 0.02 256.52 0.87 0.85
Hex C8 B5 FA 14 1C 0 2 101 57 55
Octal 310 265 372 24 34 0 2 401 127 125
Binary 11001000 10110101 11111010 10100 11100 0 10 100000001 1010111 1010101

Color Harmonies of #C8B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B5FA

Black with #C8B5FA

Text Example


Text Example

White with #C8B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B5FA; }

 p { color: rgb(200,181,250); }

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

background-color css

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

 a { background-color: rgb(200,181,250); }

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

border-color css

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

 span { border-color: rgb(200,181,250); }

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