#C295CD

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

Shades of Wisteria #C295CD

Tints of Wisteria #C295CD

Color information

#C295CD (or 0xC295CD) is unknown color: approx Wisteria. HEX triplet: C2, 95 and CD. RGB value is (194,149,205). Sum of RGB (Red+Green+Blue) = 194+149+205=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #C295CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295CD is #3D6A32. Grayscale: #A8A8A8. Windows color (decimal): -4024883 or 13473218. OLE color: 13473218.

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

Color convert

RGB194149205-
CMYK0.050.2700.20
HSL288.21º35.9%69.41%-
HSV(B)288.21º27.32%80.39%-
XYZ44.0237.3762.65-
YUV168.84148.41145.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=35.40%
G=27.19%
B=37.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941492050.050.2700.20288.2135.969.41
HexC295CD51B0141202445
Octal30222531553302444044105
Binary110000101001010111001101101110110101001001000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295CD; }

 p { color: rgb(194,149,205); }

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

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

 a { background-color: rgb(194,149,205); }

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

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

 span { border-color: rgb(194,149,205); }

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