#C293D0

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

Shades of Wisteria #C293D0

Tints of Wisteria #C293D0

Color information

#C293D0 (or 0xC293D0) is unknown color: approx Wisteria. HEX triplet: C2, 93 and D0. RGB value is (194,147,208). Sum of RGB (Red+Green+Blue) = 194+147+208=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #C293D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293D0 is #3D6C2F. Grayscale: #A7A7A7. Windows color (decimal): -4025392 or 13669314. OLE color: 13669314.

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

Color convert

RGB194147208-
CMYK0.070.2900.18
HSL286.23º39.35%69.61%-
HSV(B)286.23º29.33%81.57%-
XYZ44.0736.8964.47-
YUV168.01150.57146.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.34%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=35.34%
G=26.78%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941472080.070.2900.18286.2339.3569.61
HexC293D071D01211e2746
Octal30222332073502243647106
Binary110000101001001111010000111111010100101000111101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293D0; }

 p { color: rgb(194,147,208); }

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

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

 a { background-color: rgb(194,147,208); }

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

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

 span { border-color: rgb(194,147,208); }

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