Html Css Color HEX #C3ABEF Melrose

📋 copy color: '#C3ABEF'

red 195 ◦ green 171 ◦ blue 239

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

Shades of Melrose #C3ABEF

Tints of Melrose #C3ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 32.23%
G = 28.26%
B = 39.5%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C3ABEF (or 0xC3ABEF) is known color: Melrose. HEX triplet: C3, AB and EF. RGB value is (195,171,239). Sum of RGB (Red+Green+Blue) = 195+171+239=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABEF is #3C5410. Grayscale: #B9B9B9. Windows color (decimal): -3953681 or 15707075. OLE color: 15707075.

HSL color Cylindrical-coordinate representation of color #C3ABEF: hue angle of 261.18º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3ABEF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 171 239 -
CMYK 0.18 0.28 0 0.06
HSL 261.18º 0.68% 0.8% -
HSV(B) 261.18º 0.28% 0.94% -
XYZ 52.65 46.96 87.95 -
YUV 185.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 195 171 239 0.18 0.28 0 0.06 261.18 0.68 0.8
Hex C3 AB EF 12 1C 0 6 105 44 50
Octal 303 253 357 22 34 0 6 405 104 120
Binary 11000011 10101011 11101111 10010 11100 0 110 100000101 1000100 1010000

Color Harmonies of #C3ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ABEF

Black with #C3ABEF

Text Example


Text Example

White with #C3ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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