#C3B0CD

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

Shades of Prelude #C3B0CD

Tints of Prelude #C3B0CD

Color information

#C3B0CD (or 0xC3B0CD) is unknown color: approx Prelude. HEX triplet: C3, B0 and CD. RGB value is (195,176,205). Sum of RGB (Red+Green+Blue) = 195+176+205=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0CD is #3C4F32. Grayscale: #B8B8B8. Windows color (decimal): -3952435 or 13480131. OLE color: 13480131.

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

Color convert

RGB195176205-
CMYK0.050.1400.20
HSL279.31º22.48%74.71%-
HSV(B)279.31º14.15%80.39%-
XYZ49.0547.0664.26-
YUV184.99139.29135.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=33.85%
G=30.56%
B=35.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951762050.050.1400.20279.3122.4874.71
HexC3B0CD5E014117164b
Octal30326031551602442726113
Binary1100001110110000110011011011110010100100010111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0CD; }

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

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

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

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

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

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

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

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