#C299DB

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

Shades of Wisteria #C299DB

Tints of Wisteria #C299DB

Color information

#C299DB (or 0xC299DB) is unknown color: approx Wisteria. HEX triplet: C2, 99 and DB. RGB value is (194,153,219). Sum of RGB (Red+Green+Blue) = 194+153+219=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #C299DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DB is #3D6624. Grayscale: #ACACAC. Windows color (decimal): -4023845 or 14391746. OLE color: 14391746.

HSL color Cylindrical-coordinate representation of color #C299DB: hue angle of 277.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C299DB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194153219-
CMYK0.110.3000.14
HSL277.27º47.83%72.94%-
HSV(B)277.27º30.14%85.88%-
XYZ46.4339.3772.17-
YUV172.78154.08143.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.28%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=34.28%
G=27.03%
B=38.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941532190.110.3000.14277.2747.8372.94
HexC299DBB1E0E1153049
Octal302231333133601642560111
Binary110000101001100111011011101111110011101000101011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299DB; }

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

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

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

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

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

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

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

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