Html Css Color HEX #C3AAFA Melrose

📋 copy color: '#C3AAFA'

red 195 ◦ green 170 ◦ blue 250

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

Shades of Melrose #C3AAFA

Tints of Melrose #C3AAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.64%

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 31.71%
G = 27.64%
B = 40.65%

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

#C3AAFA (or 0xC3AAFA) is known color: Melrose. HEX triplet: C3, AA and FA. RGB value is (195,170,250). Sum of RGB (Red+Green+Blue) = 195+170+250=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AAFA is #3C5505. Grayscale: #BABABA. Windows color (decimal): -3953926 or 16427715. OLE color: 16427715.

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

Color convert

RGB 195 170 250 -
CMYK 0.22 0.32 0 0.02
HSL 258.75º 0.89% 0.82% -
HSV(B) 258.75º 0.32% 0.98% -
XYZ 54.14 47.25 96.71 -
YUV 186.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 195 170 250 0.22 0.32 0 0.02 258.75 0.89 0.82
Hex C3 AA FA 16 20 0 2 103 59 52
Octal 303 252 372 26 40 0 2 403 131 122
Binary 11000011 10101010 11111010 10110 100000 0 10 100000011 1011001 1010010

Color Harmonies of #C3AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AAFA

Black with #C3AAFA

Text Example


Text Example

White with #C3AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AAFA; }

 p { color: rgb(195,170,250); }

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

background-color css

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

 a { background-color: rgb(195,170,250); }

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

border-color css

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

 span { border-color: rgb(195,170,250); }

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