Html Css Color HEX #C3ABFB Melrose

📋 copy color: '#C3ABFB'

red 195 ◦ green 171 ◦ blue 251

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

Shades of Melrose #C3ABFB

Tints of Melrose #C3ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 31.6%
G = 27.71%
B = 40.68%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3ABFB (or 0xC3ABFB) is known color: Melrose. HEX triplet: C3, AB and FB. RGB value is (195,171,251). Sum of RGB (Red+Green+Blue) = 195+171+251=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABFB is #3C5404. Grayscale: #BBBBBB. Windows color (decimal): -3953669 or 16493507. OLE color: 16493507.

HSL color Cylindrical-coordinate representation of color #C3ABFB: hue angle of 258º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3ABFB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 171 251 -
CMYK 0.22 0.32 0 0.02
HSL 258º 0.91% 0.83% -
HSV(B) 258º 0.32% 0.98% -
XYZ 54.48 47.69 97.6 -
YUV 187.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 195 171 251 0.22 0.32 0 0.02 258 0.91 0.83
Hex C3 AB FB 16 20 0 2 102 5B 53
Octal 303 253 373 26 40 0 2 402 133 123
Binary 11000011 10101011 11111011 10110 100000 0 10 100000010 1011011 1010011

Color Harmonies of #C3ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ABFB

Black with #C3ABFB

Text Example


Text Example

White with #C3ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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