#C298DD

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

Shades of Wisteria #C298DD

Tints of Wisteria #C298DD

Color information

#C298DD (or 0xC298DD) is unknown color: approx Wisteria. HEX triplet: C2, 98 and DD. RGB value is (194,152,221). Sum of RGB (Red+Green+Blue) = 194+152+221=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C298DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298DD is #3D6722. Grayscale: #ACACAC. Windows color (decimal): -4024099 or 14522562. OLE color: 14522562.

HSL color Cylindrical-coordinate representation of color #C298DD: hue angle of 276.52º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C298DD is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194152221-
CMYK0.120.3100.13
HSL276.52º50.36%73.14%-
HSV(B)276.52º31.22%86.67%-
XYZ46.5339.1573.51-
YUV172.42155.41143.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 152 (59.77% from 255) = 26.81%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=34.22%
G=26.81%
B=38.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941522210.120.3100.13276.5250.3673.14
HexC298DDC1F0D1153249
Octal302230335143701542562111
Binary110000101001100011011101110011111011011000101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298DD; }

 p { color: rgb(194,152,221); }

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

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

 a { background-color: rgb(194,152,221); }

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

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

 span { border-color: rgb(194,152,221); }

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