Html Css Color HEX #C3AFEC Melrose

📋 copy color: '#C3AFEC'

red 195 ◦ green 175 ◦ blue 236

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

Shades of Melrose #C3AFEC

Tints of Melrose #C3AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.88%

 BLUE value IS 236 (92.58% from 255) = 38.94%

R = 32.18%
G = 28.88%
B = 38.94%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3AFEC (or 0xC3AFEC) is known color: Melrose. HEX triplet: C3, AF and EC. RGB value is (195,175,236). Sum of RGB (Red+Green+Blue) = 195+175+236=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFEC is #3C5013. Grayscale: #BBBBBB. Windows color (decimal): -3952660 or 15511491. OLE color: 15511491.

HSL color Cylindrical-coordinate representation of color #C3AFEC: hue angle of 259.67º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3AFEC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 175 236 -
CMYK 0.17 0.26 0 0.07
HSL 259.67º 0.62% 0.81% -
HSV(B) 259.67º 0.26% 0.93% -
XYZ 52.98 48.32 85.89 -
YUV 187.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 195 175 236 0.17 0.26 0 0.07 259.67 0.62 0.81
Hex C3 AF EC 11 1A 0 7 104 3E 51
Octal 303 257 354 21 32 0 7 404 76 121
Binary 11000011 10101111 11101100 10001 11010 0 111 100000100 111110 1010001

Color Harmonies of #C3AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFEC

Black with #C3AFEC

Text Example


Text Example

White with #C3AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFEC; }

 p { color: rgb(195,175,236); }

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

background-color css

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

 a { background-color: rgb(195,175,236); }

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

border-color css

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

 span { border-color: rgb(195,175,236); }

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