Html Css Color HEX #C8B4F2 Melrose

📋 copy color: '#C8B4F2'

red 200 ◦ green 180 ◦ blue 242

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

Shades of Melrose #C8B4F2

Tints of Melrose #C8B4F2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.94%

 BLUE value IS 242 (94.92% from 255) = 38.91%

R = 32.15%
G = 28.94%
B = 38.91%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8B4F2 (or 0xC8B4F2) is known color: Melrose. HEX triplet: C8, B4 and F2. RGB value is (200,180,242). Sum of RGB (Red+Green+Blue) = 200+180+242=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #C8B4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B4F2 is #374B0D. Grayscale: #C0C0C0. Windows color (decimal): -3623694 or 15905992. OLE color: 15905992.

HSL color Cylindrical-coordinate representation of color #C8B4F2: hue angle of 259.35º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8B4F2 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 180 242 -
CMYK 0.17 0.26 0 0.05
HSL 259.35º 0.7% 0.83% -
HSV(B) 259.35º 0.26% 0.95% -
XYZ 56.17 51.33 90.95 -
YUV 193.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 200 180 242 0.17 0.26 0 0.05 259.35 0.7 0.83
Hex C8 B4 F2 11 1A 0 5 103 46 53
Octal 310 264 362 21 32 0 5 403 106 123
Binary 11001000 10110100 11110010 10001 11010 0 101 100000011 1000110 1010011

Color Harmonies of #C8B4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B4F2

Black with #C8B4F2

Text Example


Text Example

White with #C8B4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B4F2; }

 p { color: rgb(200,180,242); }

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

background-color css

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

 a { background-color: rgb(200,180,242); }

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

border-color css

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

 span { border-color: rgb(200,180,242); }

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