Html Css Color HEX #C3ABFE Melrose

📋 copy color: '#C3ABFE'

red 195 ◦ green 171 ◦ blue 254

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

Shades of Melrose #C3ABFE

Tints of Melrose #C3ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 31.45%
G = 27.58%
B = 40.97%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3ABFE (or 0xC3ABFE) is known color: Melrose. HEX triplet: C3, AB and FE. RGB value is (195,171,254). Sum of RGB (Red+Green+Blue) = 195+171+254=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABFE is #3C5401. Grayscale: #BBBBBB. Windows color (decimal): -3953666 or 16690115. OLE color: 16690115.

HSL color Cylindrical-coordinate representation of color #C3ABFE: hue angle of 257.35º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3ABFE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 171 254 -
CMYK 0.23 0.33 0 0.00
HSL 257.35º 0.98% 0.83% -
HSV(B) 257.35º 0.33% 1% -
XYZ 54.96 47.88 100.11 -
YUV 187.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 195 171 254 0.23 0.33 0 0.00 257.35 0.98 0.83
Hex C3 AB FE 17 21 0 0 101 62 53
Octal 303 253 376 27 41 0 0 401 142 123
Binary 11000011 10101011 11111110 10111 100001 0 0 100000001 1100010 1010011

Color Harmonies of #C3ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ABFE

Black with #C3ABFE

Text Example


Text Example

White with #C3ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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