#C3A8D1

Color #C3A8D1 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C3A8D1

Tints of Prelude #C3A8D1

Color information

#C3A8D1 (or 0xC3A8D1) is unknown color: approx Prelude. HEX triplet: C3, A8 and D1. RGB value is (195,168,209). Sum of RGB (Red+Green+Blue) = 195+168+209=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3A8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8D1 is #3C572E. Grayscale: #B4B4B4. Windows color (decimal): -3954479 or 13740227. OLE color: 13740227.

HSL color Cylindrical-coordinate representation of color #C3A8D1: hue angle of 279.51º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3A8D1 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195168209-
CMYK0.070.2000.18
HSL279.51º30.83%73.92%-
HSV(B)279.51º19.62%81.96%-
XYZ48.0244.2166.32-
YUV180.75143.95138.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=34.09%
G=29.37%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951682090.070.2000.18279.5130.8373.92
HexC3A8D17140121181f4a
Octal30325032172402243037112
Binary11000011101010001101000111110100010010100011000111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8D1; }

 p { color: rgb(195,168,209); }

 H1.HeaderClassName
 {
   color: #C3A8D1;
 }
 .AnyTagClassName
 {
   color: #C3A8D1;
 }
</style>
background-color css

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

 a { background-color: rgb(195,168,209); }

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

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

 span { border-color: rgb(195,168,209); }

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