#C694DB

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

Shades of Wisteria #C694DB

Tints of Wisteria #C694DB

Color information

#C694DB (or 0xC694DB) is unknown color: approx Wisteria. HEX triplet: C6, 94 and DB. RGB value is (198,148,219). Sum of RGB (Red+Green+Blue) = 198+148+219=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C694DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694DB is #396B24. Grayscale: #AAAAAA. Windows color (decimal): -3762981 or 14390470. OLE color: 14390470.

HSL color Cylindrical-coordinate representation of color #C694DB: hue angle of 282.25º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C694DB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198148219-
CMYK0.100.3200.14
HSL282.25º49.65%71.96%-
HSV(B)282.25º32.42%85.88%-
XYZ46.6638.371.95-
YUV171.04155.06147.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=35.04%
G=26.19%
B=38.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981482190.100.3200.14282.2549.6571.96
HexC694DBA200E11a3248
Octal306224333124001643262110
Binary1100011010010100110110111010100000011101000110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694DB; }

 p { color: rgb(198,148,219); }

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

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

 a { background-color: rgb(198,148,219); }

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

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

 span { border-color: rgb(198,148,219); }

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