#C299D2

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

Shades of Wisteria #C299D2

Tints of Wisteria #C299D2

Color information

#C299D2 (or 0xC299D2) is unknown color: approx Wisteria. HEX triplet: C2, 99 and D2. RGB value is (194,153,210). Sum of RGB (Red+Green+Blue) = 194+153+210=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #C299D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299D2 is #3D662D. Grayscale: #ABABAB. Windows color (decimal): -4023854 or 13801922. OLE color: 13801922.

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

Color convert

RGB194153210-
CMYK0.080.2700.18
HSL283.16º38.78%71.18%-
HSV(B)283.16º27.14%82.35%-
XYZ45.2738.966.1-
YUV171.76149.58143.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 210 (82.42% from 255) = 37.70%
R=34.83%
G=27.47%
B=37.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941532100.080.2700.18283.1638.7871.18
HexC299D281B01211b2747
Octal302231322103302243347107
Binary1100001010011001110100101000110110100101000110111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299D2; }

 p { color: rgb(194,153,210); }

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

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

 a { background-color: rgb(194,153,210); }

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

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

 span { border-color: rgb(194,153,210); }

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