#C692DB

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

Shades of Wisteria #C692DB

Tints of Wisteria #C692DB

Color information

#C692DB (or 0xC692DB) is unknown color: approx Wisteria. HEX triplet: C6, 92 and DB. RGB value is (198,146,219). Sum of RGB (Red+Green+Blue) = 198+146+219=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C692DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692DB is #396D24. Grayscale: #A9A9A9. Windows color (decimal): -3763493 or 14389958. OLE color: 14389958.

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

Color convert

RGB198146219-
CMYK0.100.3300.14
HSL282.74º50.34%71.57%-
HSV(B)282.74º33.33%85.88%-
XYZ46.3537.6871.85-
YUV169.87155.73148.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=35.17%
G=25.93%
B=38.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981462190.100.3300.14282.7450.3471.57
HexC692DBA210E11b3248
Octal306222333124101643362110
Binary1100011010010010110110111010100001011101000110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692DB; }

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

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

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

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

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

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

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

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