#C195CE

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

Shades of Wisteria #C195CE

Tints of Wisteria #C195CE

Color information

#C195CE (or 0xC195CE) is unknown color: approx Wisteria. HEX triplet: C1, 95 and CE. RGB value is (193,149,206). Sum of RGB (Red+Green+Blue) = 193+149+206=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C195CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195CE is #3E6A31. Grayscale: #A8A8A8. Windows color (decimal): -4090418 or 13538753. OLE color: 13538753.

HSL color Cylindrical-coordinate representation of color #C195CE: hue angle of 286.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C195CE is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193149206-
CMYK0.060.2800.19
HSL286.32º36.77%69.61%-
HSV(B)286.32º27.67%80.78%-
XYZ43.8837.2963.28-
YUV168.65149.08145.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=35.22%
G=27.19%
B=37.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931492060.060.2800.19286.3236.7769.61
HexC195CE61C01311e2546
Octal30122531663402343645106
Binary110000011001010111001110110111000100111000111101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195CE; }

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

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

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

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

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

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

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

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