#C195D0

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

Shades of Wisteria #C195D0

Tints of Wisteria #C195D0

Color information

#C195D0 (or 0xC195D0) is unknown color: approx Wisteria. HEX triplet: C1, 95 and D0. RGB value is (193,149,208). Sum of RGB (Red+Green+Blue) = 193+149+208=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #C195D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195D0 is #3E6A2F. Grayscale: #A8A8A8. Windows color (decimal): -4090416 or 13669825. OLE color: 13669825.

HSL color Cylindrical-coordinate representation of color #C195D0: hue angle of 284.75º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C195D0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193149208-
CMYK0.070.2800.18
HSL284.75º38.56%70%-
HSV(B)284.75º28.37%81.57%-
XYZ44.1237.3964.57-
YUV168.88150.08145.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=35.09%
G=27.09%
B=37.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931492080.070.2800.18284.7538.5670
HexC195D071C01211d2746
Octal30122532073402243547106
Binary110000011001010111010000111111000100101000111011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195D0; }

 p { color: rgb(193,149,208); }

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

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

 a { background-color: rgb(193,149,208); }

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

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

 span { border-color: rgb(193,149,208); }

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