#C3A6CD

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

Shades of Prelude #C3A6CD

Tints of Prelude #C3A6CD

Color information

#C3A6CD (or 0xC3A6CD) is unknown color: approx Prelude. HEX triplet: C3, A6 and CD. RGB value is (195,166,205). Sum of RGB (Red+Green+Blue) = 195+166+205=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6CD is #3C5932. Grayscale: #B2B2B2. Windows color (decimal): -3954995 or 13477571. OLE color: 13477571.

HSL color Cylindrical-coordinate representation of color #C3A6CD: hue angle of 284.62º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3A6CD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195166205-
CMYK0.050.1900.20
HSL284.62º28.06%72.75%-
HSV(B)284.62º19.02%80.39%-
XYZ47.1643.2863.63-
YUV179.12142.61139.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=34.45%
G=29.33%
B=36.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951662050.050.1900.20284.6228.0672.75
HexC3A6CD51301411d1c49
Octal30324631552302443534111
Binary11000011101001101100110110110011010100100011101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A6CD; }

 p { color: rgb(195,166,205); }

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

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

 a { background-color: rgb(195,166,205); }

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

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

 span { border-color: rgb(195,166,205); }

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