Html Css Color HEX #C8B5FC Melrose

📋 copy color: '#C8B5FC'

red 200 ◦ green 181 ◦ blue 252

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

Shades of Melrose #C8B5FC

Tints of Melrose #C8B5FC

RGB

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

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

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

R = 31.6%
G = 28.59%
B = 39.81%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8B5FC (or 0xC8B5FC) is known color: Melrose. HEX triplet: C8, B5 and FC. RGB value is (200,181,252). Sum of RGB (Red+Green+Blue) = 200+181+252=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5FC is #374A03. Grayscale: #C2C2C2. Windows color (decimal): -3623428 or 16561608. OLE color: 16561608.

HSL color Cylindrical-coordinate representation of color #C8B5FC: hue angle of 256.06º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8B5FC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 181 252 -
CMYK 0.21 0.28 0 0.01
HSL 256.06º 0.92% 0.85% -
HSV(B) 256.06º 0.28% 0.99% -
XYZ 57.91 52.36 99.15 -
YUV 194.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 200 181 252 0.21 0.28 0 0.01 256.06 0.92 0.85
Hex C8 B5 FC 15 1C 0 1 100 5C 55
Octal 310 265 374 25 34 0 1 400 134 125
Binary 11001000 10110101 11111100 10101 11100 0 1 100000000 1011100 1010101

Color Harmonies of #C8B5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B5FC

Black with #C8B5FC

Text Example


Text Example

White with #C8B5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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