Html Css Color HEX #C3ABF1 Melrose

📋 copy color: '#C3ABF1'

red 195 ◦ green 171 ◦ blue 241

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

Shades of Melrose #C3ABF1

Tints of Melrose #C3ABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.17%

 BLUE value IS 241 (94.53% from 255) = 39.7%

R = 32.13%
G = 28.17%
B = 39.7%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3ABF1 (or 0xC3ABF1) is known color: Melrose. HEX triplet: C3, AB and F1. RGB value is (195,171,241). Sum of RGB (Red+Green+Blue) = 195+171+241=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABF1 is #3C540E. Grayscale: #B9B9B9. Windows color (decimal): -3953679 or 15838147. OLE color: 15838147.

HSL color Cylindrical-coordinate representation of color #C3ABF1: hue angle of 260.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3ABF1 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 171 241 -
CMYK 0.19 0.29 0 0.05
HSL 260.57º 0.71% 0.81% -
HSV(B) 260.57º 0.29% 0.95% -
XYZ 52.95 47.08 89.52 -
YUV 186.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 195 171 241 0.19 0.29 0 0.05 260.57 0.71 0.81
Hex C3 AB F1 13 1D 0 5 105 47 51
Octal 303 253 361 23 35 0 5 405 107 121
Binary 11000011 10101011 11110001 10011 11101 0 101 100000101 1000111 1010001

Color Harmonies of #C3ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ABF1

Black with #C3ABF1

Text Example


Text Example

White with #C3ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ABF1; }

 p { color: rgb(195,171,241); }

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

background-color css

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

 a { background-color: rgb(195,171,241); }

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

border-color css

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

 span { border-color: rgb(195,171,241); }

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