Html Css Color HEX #C3AEFC Melrose

📋 copy color: '#C3AEFC'

red 195 ◦ green 174 ◦ blue 252

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

Shades of Melrose #C3AEFC

Tints of Melrose #C3AEFC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.02%

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 31.4%
G = 28.02%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C3AEFC (or 0xC3AEFC) is known color: Melrose. HEX triplet: C3, AE and FC. RGB value is (195,174,252). Sum of RGB (Red+Green+Blue) = 195+174+252=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AEFC is #3C5103. Grayscale: #BCBCBC. Windows color (decimal): -3952900 or 16559811. OLE color: 16559811.

HSL color Cylindrical-coordinate representation of color #C3AEFC: hue angle of 256.15º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3AEFC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 174 252 -
CMYK 0.23 0.31 0 0.01
HSL 256.15º 0.93% 0.84% -
HSV(B) 256.15º 0.31% 0.99% -
XYZ 55.21 48.9 98.62 -
YUV 189.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 195 174 252 0.23 0.31 0 0.01 256.15 0.93 0.84
Hex C3 AE FC 17 1F 0 1 100 5D 54
Octal 303 256 374 27 37 0 1 400 135 124
Binary 11000011 10101110 11111100 10111 11111 0 1 100000000 1011101 1010100

Color Harmonies of #C3AEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEFC

Black with #C3AEFC

Text Example


Text Example

White with #C3AEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEFC; }

 p { color: rgb(195,174,252); }

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

background-color css

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

 a { background-color: rgb(195,174,252); }

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

border-color css

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

 span { border-color: rgb(195,174,252); }

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