Html Css Color HEX #C3B0FA Melrose

📋 copy color: '#C3B0FA'

red 195 ◦ green 176 ◦ blue 250

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

Shades of Melrose #C3B0FA

Tints of Melrose #C3B0FA

RGB

 RED value IS 195 (76.56% from 255) = 31.4%

 GREEN value IS 176 (69.14% from 255) = 28.34%

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

R = 31.4%
G = 28.34%
B = 40.26%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3B0FA (or 0xC3B0FA) is known color: Melrose. HEX triplet: C3, B0 and FA. RGB value is (195,176,250). Sum of RGB (Red+Green+Blue) = 195+176+250=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B0FA is #3C4F05. Grayscale: #BDBDBD. Windows color (decimal): -3952390 or 16429251. OLE color: 16429251.

HSL color Cylindrical-coordinate representation of color #C3B0FA: hue angle of 255.41º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3B0FA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 176 250 -
CMYK 0.22 0.30 0 0.02
HSL 255.41º 0.88% 0.84% -
HSV(B) 255.41º 0.3% 0.98% -
XYZ 55.29 49.55 97.09 -
YUV 190.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 195 176 250 0.22 0.30 0 0.02 255.41 0.88 0.84
Hex C3 B0 FA 16 1E 0 2 FF 58 54
Octal 303 260 372 26 36 0 2 377 130 124
Binary 11000011 10110000 11111010 10110 11110 0 10 11111111 1011000 1010100

Color Harmonies of #C3B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B0FA

Black with #C3B0FA

Text Example


Text Example

White with #C3B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B0FA; }

 p { color: rgb(195,176,250); }

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

background-color css

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

 a { background-color: rgb(195,176,250); }

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

border-color css

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

 span { border-color: rgb(195,176,250); }

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